Propriedade ReportViewer.Height
Obtém ou define a altura do controle.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)
Sintaxe
'Declaração
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)
Valor de propriedade
Tipo: Unit
Um objeto [System.Web.UI.WebControls.Unit] que representa a altura do controle.
Comentários
Para obter mais informações, consulte WebControl.Height.