BackFrame.FrameWidth 属性

Thickness of the frame.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property FrameWidth As ReportExpression(Of Double)
    Get
    Set
用法
Dim instance As BackFrame
Dim value As ReportExpression(Of Double)

value = instance.FrameWidth

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