| VSView Reporting Edition Reference > VSReport Control > VSReport Properties > Layout Property |
Returns the current report's Layout object.
val% = [form!]VSReport.Layout
The Layout object defines how the report is rendered on a page. It contains the following properties:
|
Width |
Width of the report, in twips. For multi-column reports, this is the width of each column. |
|
MarginLeft |
Left margin, in twips. |
|
MarginTop |
Top margin, in twips. |
|
MarginRight |
Right margin, in twips. |
|
MarginBottom |
Bottom margin, in twips. |
|
Columns |
Number of columns in the report. |
|
ColumnLayout |
Whether columns grow down or to the right. |
|
Orientation |
Whether to use Portrait or Landscape. |
|
PageHeader |
Whether the PageHeader section appears on all pages. |
|
PageFooter |
Whether the PageFooter section appears on all pages. |
|
Picture |
Background picture for the report (watermark-style). |
|
PictureAlign |
Alignment for the background picture. |
|
PictureShow |
Whether the background picture appears on all pages. |
ILayout