Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.