IndicatorState.IndicatorImage 属性

The state image properties.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property IndicatorImage As IndicatorImage 
    Get 
    Set
用法
Dim instance As IndicatorState 
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
A IndicatorImage object.

请参阅

参考

IndicatorState 类

Microsoft.ReportingServices.RdlObjectModel 命名空间