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 the image to use for the pointer.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property PointerImage As PointerImage
Get
'Usage
Dim instance As GaugePointer
Dim value As PointerImage
value = instance.PointerImage
public PointerImage PointerImage { get; }
public:
property PointerImage^ PointerImage {
PointerImage^ get ();
}
member PointerImage : PointerImage
function get PointerImage () : PointerImage
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.PointerImage
A PointerImage object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace