ASP.NET Core 12.1.12
Demos Support Blog Download
Show / Hide Table of Contents
PDF

Class AggregationField

Represents a field used in aggregation operations within a query builder model.

Inheritance
System.Object
AggregationField
Namespace: BoldReports.Data
Assembly: BoldReports.Web.dll
Syntax
public class AggregationField : Object

Constructors

AggregationField()

Initializes a new instance of the AggregationField class with default values.

Declaration
public AggregationField()

Properties

AggregationType

Gets or sets the type of aggregation to be performed on the field.

Declaration
public AggregationType AggregationType { get; set; }
Property Value
Type Description
AggregationType

FieldName

Gets or sets the name of the field to be used in aggregation operations.

Declaration
public string FieldName { get; set; }
Property Value
Type Description
System.String

Scope

Gets or sets the scope of the aggregation, which defines the context in which the aggregation is applied.

Declaration
public string Scope { get; set; }
Property Value
Type Description
System.String

Methods

Dispose()

Releases all resources used by the AggregationField instance.

Declaration
public void Dispose()
In This Article
Was this page helpful? Yes No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
×
SEND FEEDBACK REGARDING THIS TOPIC

Please provide additional information

Please provide additional information

Please provide additional information

Please provide additional information
Please provide additional information
Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved