Skip to main content
A newer version of this page is available. .

ReportViewer.Width Property

Gets or sets the width of the ReportViewer.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll

Declaration

public override Unit Width { get; set; }

Property Value

Type Description
Unit

A Unit value representing the control’s width.

Remarks

Note that if the ReportViewer.AutoSize property is set to true, the Width property value is ignored.

See Also