다음을 통해 공유


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)