Repeat Blank Rows in a Table Data Region in Page Reports
In This Topic
Now a Table data region in a Page report has a new RepeatBlankRows property with the options:
- None: indicates no filling of extra space with blank rows.
- FillPage: fills the empty space within a page with blank rows, to reach the table's FixedHeight. Note that this setting is equivalent to property RepeatToFill property (obsolete) set to 'True'.
- FillGroup: fills the table with blank rows within a group.
The following image shows the last page of a report with Table data region's RepeatBlankRows property set to 'FillPage'.

The following image shows the last page of a report with Table data region's RepeatBlankRows property set to 'None'.
