次の方法で共有


StateIndicator.IndicatorImage プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

状態の画像を取得または設定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property IndicatorImage As IndicatorImage 
    Get 
    Set
'使用
Dim instance As StateIndicator 
Dim value As IndicatorImage 

value = instance.IndicatorImage

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

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.IndicatorImage
IndicatorImage オブジェクト。

関連項目

参照

StateIndicator クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間