Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Gets or sets the image to use for the pointer.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property PointerImage As PointerImage
Get
Set
'Usage
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.PointerImage
The image to use for the pointer.