Gauge.TopImage 属性

Image to display over the top of the gauge.

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