Proprietà GaugePointer.PointerImage

Gets or sets the image to use for the pointer.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property PointerImage As PointerImage 
    Get 
    Set
'Utilizzo
Dim instance As GaugePointer 
Dim value As PointerImage 

value = instance.PointerImage

instance.PointerImage = value
public PointerImage PointerImage { get; set; }
public:
property PointerImage^ PointerImage {
    PointerImage^ get ();
    void set (PointerImage^ value);
}
member PointerImage : PointerImage with get, set
function get PointerImage () : PointerImage 
function set PointerImage (value : PointerImage)

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.PointerImage
The image to use for the pointer.

Vedere anche

Riferimento

GaugePointer Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel