Partilhar via


Propriedade do RDL ParameterValue.LabelLocID

Gets or sets the unique identifier for the Label property.

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

Sintaxe

'Declaração
Public Property LabelLocID As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

ParameterValue Classe

Namespace Microsoft.ReportingServices.RdlObjectModel