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

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

    Property Value

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