Width 屬性

Width of the border (unless overridden for a specific side).

命名空間:  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>)