Partager via


Propriété TopImage

Image to display over the top of the gauge panel.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TopImage As TopImage
    Get
'Utilisation
Dim instance As GaugePanel
Dim value As TopImage

value = instance.TopImage
public TopImage TopImage { get; }
public:
property TopImage^ TopImage {
    TopImage^ get ();
}
member TopImage : TopImage
function get TopImage () : TopImage