Gauge.TopImage Property
Image to display over the top of the gauge.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property TopImage As TopImage
Get
Set
'Usage
Dim instance As Gauge
Dim value As TopImage
value = instance.TopImage
instance.TopImage = value
public TopImage TopImage { get; set; }
public:
property TopImage^ TopImage {
TopImage^ get ();
void set (TopImage^ value);
}
member TopImage : TopImage with get, set
function get TopImage () : TopImage
function set TopImage (value : TopImage)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.TopImage
A TopImage object.