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 style properties for the pointer cap.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property PointerCap As PointerCap
Get
'Usage
Dim instance As RadialPointer
Dim value As PointerCap
value = instance.PointerCap
public PointerCap PointerCap { get; }
public:
property PointerCap^ PointerCap {
PointerCap^ get ();
}
member PointerCap : PointerCap
function get PointerCap () : PointerCap
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.PointerCap
A PointerCap object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace