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