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 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.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace