Свойство PinLabelInstance.Text
Gets the calculated value of the Text property in a PinLabel class.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property Text As String
Get
'Применение
Dim instance As PinLabelInstance
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.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering