Text 屬性
此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。
The display text for the state.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property Text As ReportExpression
Get
Set
'用途
Dim instance As StateIndicator
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)