ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / LabelAttribute Class / LabelAttribute Constructor
String representation of a 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
    String representation of a label
    Remarks
    This constructor should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also