Condividi tramite


Proprietà TextRun.ValueLocID

Gets or sets the unique identifier for the Value property.

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

Sintassi

'Dichiarazione
Public Property ValueLocID As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

TextRun Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel