Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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