Partager via


Propriété TopImage

Image to display over the top of the gauge.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property TopImage As TopImage
    Get
    Set
'Utilisation
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)