[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.RepeatAsBlankRow

RepeatAsBlankRow Enum

Gets or sets a value indicating whether this row can be used as the template when the parent table’s RepeatBlankRows property is set to FillGroup or FillPage.

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

Fields

Name Description
Auto

Indicates that the row style should be used for filling the blank space. The same as True.

False

Indicates that the row style should NOT be used for filling the blank space.

True

Indicates that the row style should be used for filling the blank space.

Extension Methods