ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / ISectionRegion Interface / NewSection Property

In This Topic
    NewSection Property (ISectionRegion)
    In This Topic
    Gets a value indicating whether the region is in its own section.
    Syntax
    'Declaration
     
    ReadOnly Property NewSection As Boolean
    bool NewSection {get;}

    Property Value

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