Partager via


Propriété TextRun.Label

Gets the label for the placeholder for this text run.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property Label As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

TextRun Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering