GaugePointer.PointerImage Property

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

GaugePointer Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace