ASPxTreeListPrintSettings.PageSettings Property
Gets the settings of a report page.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
PageSettings | A PageSettings object that contains the settings of a report page. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to PageSettings |
---|---|---|
ASP.NET Web Forms Controls | ASPxTreeListExporter |
|
ASP.NET MVC Extensions | MVCxTreeListSettingsExport |
|
Remarks
Use the PageSettings property to specify the margins and orientation of a report page.
See Also