ReportViewer.Width, propriété
Obtient ou définit la largeur du contrôle.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
Public Overrides Property Width As Unit
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 : Unit
Objet [System.Web.UI.WebControls.Unit] qui représente la largeur du contrôle.
Notes
Pour plus d'informations, consultez WebControl.Width.