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.
Style properties for the pointer cap.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property PointerCap As PointerCap
Get
Set
'Usage
Dim instance As RadialPointer
Dim value As PointerCap
value = instance.PointerCap
instance.PointerCap = value
public PointerCap PointerCap { get; set; }
public:
property PointerCap^ PointerCap {
PointerCap^ get ();
void set (PointerCap^ value);
}
member PointerCap : PointerCap with get, set
function get PointerCap () : PointerCap
function set PointerCap (value : PointerCap)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.PointerCap
A PointerCap object.