Share via


PointerCap.CapStyle Property

Type of the cap.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property CapStyle As ReportExpression(Of CapStyles)
    Get 
    Set
'Usage
Dim instance As PointerCap 
Dim value As ReportExpression(Of CapStyles)

value = instance.CapStyle

instance.CapStyle = value
public ReportExpression<CapStyles> CapStyle { get; set; }
public:
property ReportExpression<CapStyles> CapStyle {
    ReportExpression<CapStyles> get ();
    void set (ReportExpression<CapStyles> value);
}
member CapStyle : ReportExpression<CapStyles> with get, set
function get CapStyle () : ReportExpression<CapStyles>
function set CapStyle (value : ReportExpression<CapStyles>)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<CapStyles>
A ReportExpression<T> object.

See Also

Reference

PointerCap Class

Microsoft.ReportingServices.RdlObjectModel Namespace