ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace / ITable Interface / NewGroupingSection Property

In This Topic
    NewGroupingSection Property
    In This Topic
    Gets a value indicating whether the grouping is in its own section.
    Syntax
    'Declaration
     
    ReadOnly Property NewGroupingSection As Boolean
    bool NewGroupingSection {get;}

    Property Value

    A System.Boolean value. true if the grouping is in its own section; otherwise, false.
    See Also