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