共用方式為


PointerCap.CapStyle 屬性

Type of the cap.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property CapStyle As ReportExpression(Of CapStyles)
    Get 
    Set
'用途
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>)

屬性值

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

請參閱

參考

PointerCap 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間