次の方法で共有


Border.Width プロパティ

罫線の幅 (特定の辺に対するオーバーライドがない場合)。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property Width As ReportExpression(Of ReportSize)
    Get 
    Set
'使用
Dim instance As Border 
Dim value As ReportExpression(Of ReportSize)

value = instance.Width

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

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportSize>
ReportExpression<T> オブジェクト。

関連項目

参照

Border クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間