[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.RepeatBlankRows

RepeatBlankRows Enum

Specifies how the table should be filled with blank rows when the available space is not completely occupied by data.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum RepeatBlankRows

Fields

Name Description
FillGroup

Blank rows are added so that all tables within the same outer group appear with equal height across pages, even if they are bound to different datasets. This helps to maintain visual alignment in layouts with multiple independent tables.

FillPage

Blank rows are added to fill the remaining vertical space on the page where the table ends, typically used to align the table footer with the bottom of the page.

None

No blank rows are added. The table renders only as much as the data requires.

Extension Methods