Propriété Text
Gets the calculated value of the Text property in a GaugeLabel class.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Text As String
Get
'Utilisation
Dim instance As GaugeLabelInstance
Dim value As String
value = instance.Text
public string Text { get; }
public:
property String^ Text {
String^ get ();
}
member Text : string
function get Text () : String
Valeur de propriété
Type : System. . :: . .String
A string value that represents the calculated value of the Text property.