MarginChangedEventArgs.Side Property
In This Article
Specifies the changed report’s margin.
Namespace: DevExpress.XtraReports.Wizards.Views
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public MarginSide Side { get; }
#Property Value
Type | Description |
---|---|
Margin |
A Margin |
Available values:
Name | Description |
---|---|
None | Specifies no report page margin. |
Left | Specifies the left report page margin. |
Top | Specifies the top report page margin. |
Right | Specifies the right report page margin. |
Bottom | Specifies the bottom report page margin. |
All | Specifies all report page margins. |
See Also