MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / RepeatBlankRows Enumeration

RepeatBlankRows Enumeration
Specifies a type of filling with blank rows.
Syntax
'Declaration
 
Public Enum RepeatBlankRows 
   Inherits System.Enum
 
Members
MemberDescription
FillGroupIndicates filling within a group.
FillPageIndicates filling within a page.
NoneIndicates no filling.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.RepeatBlankRows

See Also