A newer version of this page is available.
Switch to the current version.
ASPxReportDesigner.Width Property
Specifies the Report Designer width.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll
Declaration
[DefaultValue(typeof(Unit), "100%")]
public override Unit Width { get; set; }
<DefaultValue(GetType(Unit), "100%")>
Public Overrides Property Width As Unit
Property Value
Type | Default | Description |
---|---|---|
Unit | "100%" |
A Unit structure, specifying the Report Designer width. |
See Also
Feedback