Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.