Share via


GaugePanel.TopImage Property

Gets or sets the image to display over the top of the gauge panel.

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 GaugePanel 
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.

See Also

Reference

GaugePanel Class

Microsoft.ReportingServices.RdlObjectModel Namespace