次の方法で共有


IndicatorImage プロパティ

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

状態の画像。

名前空間:  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)