Share via


ParameterValue.Label Property

The parameter label.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property Label As ReportExpression
    Get
    Set
'Usage
Dim instance As ParameterValue
Dim value As ReportExpression

value = instance.Label

instance.Label = value
public ReportExpression Label { get; set; }
public:
property ReportExpression Label {
    ReportExpression get ();
    void set (ReportExpression value);
}
member Label : ReportExpression with get, set
function get Label () : ReportExpression
function set Label (value : ReportExpression)