Proprietà BackFrame.FrameWidth
Thickness of the frame.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property FrameWidth As ReportExpression(Of Double)
Get
Set
'Utilizzo
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>)
Valore proprietà
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.