IndicatorState.IndicatorImage 屬性
Gets the properties of the state image.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property IndicatorImage As IndicatorImage
Get
'用途
Dim instance As IndicatorState
Dim value As IndicatorImage
value = instance.IndicatorImage
public IndicatorImage IndicatorImage { get; }
public:
property IndicatorImage^ IndicatorImage {
IndicatorImage^ get ();
}
member IndicatorImage : IndicatorImage
function get IndicatorImage () : IndicatorImage
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering.IndicatorImage
An IndicatorImage object.