ReportMargins Class
Represents the page margins for a report.
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
The ReportMargins type exposes the following members.
| Name | Description | |
|---|---|---|
|
Bottom | Returns the bottom margin, in millimeters, of a report page. Read-only. |
|
Left | Returns the left margin, in millimeters, of a report page. Read-only. |
|
Right | Returns the right margin, in millimeters, of a report page. Read-only. |
|
Top | Returns the top margin, in millimeters, of a report page. Read-only. |
This is used by the PageSettings class, which is returned as the ReportPageSettings property of the ExecutionInfo class.