ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / ReportSectionBase Class / Name Property

In This Topic
    Name Property (ReportSectionBase)
    In This Topic
    Gets the name of the report section.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Name As String
    public abstract string Name {get;}

    Property Value

    A System.String representing the name of the report section.
    See Also