Propriété ReportViewer.Height
Obtient ou définit la hauteur du contrôle.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
Public Overrides Property Height As Unit
Get
Set
'Utilisation
Dim instance As ReportViewer
Dim value As Unit
value = instance.Height
instance.Height = value
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 : System.Web.UI.WebControls.Unit
Objet [System.Web.UI.WebControls.Unit] qui représente la hauteur du contrôle.
Notes
Pour plus d'informations, consultez WebControl.Height.