Поделиться через


Свойство GaugeLabel.Text

Text of the label.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property Text As ReportExpression 
    Get 
    Set
'Применение
Dim instance As GaugeLabel 
Dim value As ReportExpression 

value = instance.Text

instance.Text = value
public ReportExpression Text { get; set; }
public:
property ReportExpression Text {
    ReportExpression get ();
    void set (ReportExpression value);
}
member Text : ReportExpression with get, set
function get Text () : ReportExpression 
function set Text (value : ReportExpression)

Значение свойства

Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

См. также

Справочник

GaugeLabel Класс

Пространство имен Microsoft.ReportingServices.RdlObjectModel