ReportViewer.Height, propriété
Obtient ou définit la hauteur du contrôle.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
Public Overrides Property Height As Unit
public override Unit Height { get; set; }
public:
virtual property Unit Height {
Unit get () override;
void set (Unit value) override;
}
abstract Height : Unit with get, set
override Height : Unit with get, set
override function get Height () : Unit
override function set Height (value : Unit)
Valeur de propriété
Type : Unit
Objet [System.Web.UI.WebControls.Unit] qui représente la hauteur du contrôle.
Notes
Pour plus d'informations, consultez WebControl.Height.