ReportTextControl.label Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
label() |
Gets or sets the label for a control. |
label(String) |
Gets or sets the label for a control.
public:
virtual System::String ^ label();
public virtual string label ();
abstract member label : unit -> string
override this.label : unit -> string
Public Overridable Function label () As String
Returns
The current value of the label string.
Remarks
The label determines which text is displayed in the control or adjacent to it. The label property value cannot exceed 250 characters.
Applies to
public:
virtual System::String ^ label(System::String ^ _value);
public virtual string label (string _value);
abstract member label : string -> string
override this.label : string -> string
Public Overridable Function label (_value As String) As String
Parameters
- _value
- String