Partager via


Propriété BackFrame.FrameWidth

Thickness of the frame.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property FrameWidth As ReportExpression(Of Double)
    Get 
    Set
'Utilisation
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>)

Valeur de propriété

Type : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.

Voir aussi

Référence

BackFrame Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel