Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.TopImage
A TopImage object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace