共用方式為


StateIndicator.IconsSet 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets the indicator icons set.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property IconsSet As StateIndicatorIconsSet 
    Get 
    Set
'用途
Dim instance As StateIndicator 
Dim value As StateIndicatorIconsSet 

value = instance.IconsSet

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

屬性值

型別:Microsoft.ReportingServices.RdlObjectModel.StateIndicatorIconsSet
A StateIndicatorIconSet value.

請參閱

參考

StateIndicator 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間