Applies To Report.
Description
You can use combinations of these property settings in Visual Basic to specify or change a report's layout when the report is previewed, printed, or saved to a file:
Setting
The MoveLayout property uses the following settings.
Setting | Description |
True (–1) | (Default) The section's Left and Top properties are advanced to the next print location. |
False (0) | The section's Left and Top properties are unchanged. |
Setting | Description |
True | (Default) The section advances to the next record. |
False | The section doesn't advance to the next record. |
Setting | Description |
True | (Default) The section is printed. |
False | The section isn't printed. |
MoveLayout | NextRecord | PrintSection | Description |
True | True | True | (Default) Move to the next print location, get the next record, and print the data. |
True | False | True | Move to the next print location, don't advance to the next record, but print the data. This combination is typically used when the data in a section requires more space than the layout allows and you want to print the remaining data in the space that would otherwise be occupied by the next section. |
False | True | False | Skip a record without leaving a blank space on the page. |
True | True | False | Skip a record and leave a blank space on the page. |
True | False | False | Leave a blank space without skipping a record. |
False | True | True | Print the current record on top of the last record as an overlay. |
False | False | True | Not allowed. |
False | False | False | Not allowed. |
See Also Event properties, Format event, Left, Top properties, NewRowOrCol property.