Свойство Text
Gets the calculated value of the Text property in a CustomLabel class.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property Text As String
Get
'Применение
Dim instance As CustomLabelInstance
Dim value As String
value = instance.Text
public string Text { get; }
public:
property String^ Text {
String^ get ();
}
member Text : string
function get Text () : String
Значение свойства
Тип: System. . :: . .String
A string value that represents the calculated value of the Text property.