Proprietà TextRun.Label

Gets the label for the placeholder for this text run.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public Overridable ReadOnly Property Label As String 
    Get
'Utilizzo
Dim instance As TextRun 
Dim value As String 

value = instance.Label
public virtual string Label { get; }
public:
virtual property String^ Label {
    String^ get ();
}
abstract Label : string 
override Label : string
function get Label () : String

Valore proprietà

Tipo: System.String
The label for the placeholder for this text run.

Vedere anche

Riferimento

TextRun Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering