[]
        
(Showing Draft Content)

C1.Report.BehaviorOptions.EnableAggregatesOnReportFields

EnableAggregatesOnReportFields Property

EnableAggregatesOnReportFields

Gets or sets a value indicating whether report fields can be used in aggregate functions. The default is false. Set this property to true to improve compatibility with C1Report.

Declaration
[C1Description("BehaviorOptions.EnableAggregatesOnReportFields", "Specifies whether report fields can be used in aggregate functions. False by default. True improves compatibility with C1Report.")]
public bool EnableAggregatesOnReportFields { get; set; }
<C1Description("BehaviorOptions.EnableAggregatesOnReportFields", "Specifies whether report fields can be used in aggregate functions. False by default. True improves compatibility with C1Report.")>
Public Property EnableAggregatesOnReportFields As Boolean