PointerCap.CapImage Property
Gets the image to use for the pointer cap.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property CapImage As CapImage
Get
'Usage
Dim instance As PointerCap
Dim value As CapImage
value = instance.CapImage
public CapImage CapImage { get; }
public:
property CapImage^ CapImage {
CapImage^ get ();
}
member CapImage : CapImage
function get CapImage () : CapImage
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.CapImage
A CapImage object.