共用方式為


IndicatorImage 屬性

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

The state image.

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