Compartir a través de


TextRun.ValueLocID Propiedad

Gets or sets the unique identifier for the Value property.

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

Sintaxis

'Declaración
Public Property ValueLocID As String 
    Get 
    Set
'Uso
Dim instance As TextRun 
Dim value As String 

value = instance.ValueLocID

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

Valor de la propiedad

Tipo: System.String
The unique identifier for the Value property.

Vea también

Referencia

TextRun Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel