ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / Tablix Class / CrossAggregates Property

In This Topic
    CrossAggregates Property
    In This Topic
    Specifies whether Tablix Wizard should hide cross-aggregates functionality.
    Syntax
    'Declaration
     
    Public Property CrossAggregates As Nullable(Of Boolean)
    public Nullable<bool> CrossAggregates {get; set;}
    See Also