Proprietà ParameterValue.LabelLocID

Gets or sets the unique identifier for the Label property.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property LabelLocID As String 
    Get 
    Set
'Utilizzo
Dim instance As ParameterValue 
Dim value As String 

value = instance.LabelLocID

instance.LabelLocID = value
public string LabelLocID { get; set; }
public:
property String^ LabelLocID {
    String^ get ();
    void set (String^ value);
}
member LabelLocID : string with get, set
function get LabelLocID () : String 
function set LabelLocID (value : String)

Valore proprietà

Tipo: System.String
The unique identifier for the label.

Vedere anche

Riferimento

ParameterValue Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel