Partilhar via


Propriedade do RDL TextRun.Label

Gets the label for the placeholder for this text run.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public Overridable ReadOnly Property Label As String 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

TextRun Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering