TopImage プロパティ

ゲージの上に表示する画像。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property TopImage As TopImage
    Get
'使用
Dim instance As Gauge
Dim value As TopImage

value = instance.TopImage
public TopImage TopImage { get; }
public:
property TopImage^ TopImage {
    TopImage^ get ();
}
member TopImage : TopImage
function get TopImage () : TopImage