Compartir a través de


ParameterValue.LabelLocID Propiedad

Gets or sets the unique identifier for the Label property.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ParameterValue Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel