Partager via


Propriété ReportViewer.Width

Obtient ou définit la largeur du contrôle.

Espace de noms :  Microsoft.Reporting.WebForms
Assembly :  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
Public Overrides Property Width As Unit
    Get
    Set
'Utilisation
Dim instance As ReportViewer
Dim value As Unit

value = instance.Width

instance.Width = value
public override Unit Width { get; set; }
public:
virtual property Unit Width {
    Unit get () override;
    void set (Unit value) override;
}
abstract Width : Unit with get, set
override Width : Unit with get, set
override function get Width () : Unit
override function set Width (value : Unit)

Valeur de propriété

Type : System.Web.UI.WebControls.Unit
Objet [System.Web.UI.WebControls.Unit] qui représente la largeur du contrôle.

Notes

Pour plus d'informations, consultez WebControl.Width.

Voir aussi

Référence

ReportViewer Classe

Espace de noms Microsoft.Reporting.WebForms