FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / BehaviorOptions Class / EnableAggregatesOnReportFields Property

In This Topic
    EnableAggregatesOnReportFields Property (BehaviorOptions)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property EnableAggregatesOnReportFields As Boolean
    public bool EnableAggregatesOnReportFields {get; set;}
    See Also