RadialPointer.PointerCap Property
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