Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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