You can set the autosize property for a grid. When the autosize property is set and you print the grid, the height and width of the grid increase or decrease to accommodate all data in the grid.
When the autosize property is not set, the grid is printed at the height and width specified. If a row or column does not fit on a page, it is printed on subsequent pages. The columns are printed first using as many pages as needed, followed by the rows.
You use the positioning properties of the grid to align the grid on the page. Manually positioning the grid to the right or bottom of the page does not ensure that the grid will print on the right or bottom of the report.
When a grid is set to autosize, and does not fit on one page, it is printed on subsequent pages. The columns are printed first, starting on the left margin of the next page, followed by the rows, which are printed starting at the top of the next page.