Compartir a través de


TextRun.Label Propiedad

Gets the label for the placeholder for this text run.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

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

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

Vea también

Referencia

TextRun Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering