Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Thickness of the frame.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property FrameWidth As ReportExpression(Of Double)
Get
Set
'Usage
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.