共用方式為


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.

請參閱

參考

GaugeLabel 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間