Gauge.TopImage Property

Image to display over the top of the gauge.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property TopImage As TopImage
    Get
'Usage
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