ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / LabelAttribute Class / LabelAttribute Constructor
The label.

In This Topic
    LabelAttribute Constructor
    In This Topic
    Initializes a new instance of the LabelAttribute class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal label As String _
    )
    public LabelAttribute( 
       string label
    )

    Parameters

    label
    The label.
    See Also