ReportViewer.Height Property

Gets or sets the height of the control.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<DefaultValueAttribute(GetType(Unit), "400px")> _
Public Overrides Property Height As Unit
'Usage
Dim instance As ReportViewer
Dim value As Unit

value = instance.Height

instance.Height = value
[DefaultValueAttribute(typeof(Unit), "400px")] 
public override Unit Height { get; set; }
[DefaultValueAttribute(typeof(Unit), L"400px")] 
public:
virtual property Unit Height {
    Unit get () override;
    void set (Unit value) override;
}
/** @property */
public Unit get_Height ()

/** @property */
public void set_Height (Unit value)
public override function get Height () : Unit

public override function set Height (value : Unit)

Property Value

A System.Web.UI.WebControls.Unit object that represents the height of the control.

Remarks

For more information, see System.Web.UI.WebControls.WebControl.Height.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace