ActiveReports.Viewer3 Request technical support
LabelAttribute Constructor
See Also 


label
Initializes a new instance of the LabelAttribute class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal label As String _
)
Visual Basic (Usage)Copy Code
Dim label As String
 
Dim instance As LabelAttribute(label)
C# 
public LabelAttribute( 
   string label
)

Parameters

label

See Also