Свойство GaugeLabel.Text
Text of the label.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property Text As ReportStringProperty
Get
'Применение
Dim instance As GaugeLabel
Dim value As ReportStringProperty
value = instance.Text
public ReportStringProperty Text { get; }
public:
property ReportStringProperty^ Text {
ReportStringProperty^ get ();
}
member Text : ReportStringProperty
function get Text () : ReportStringProperty
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering