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

In This Topic
    RepeatBlankRows Enumeration
    In This Topic
    Specifies filling with blank rows.
    Syntax
    'Declaration
     
    Public Enum RepeatBlankRows 
       Inherits System.Enum
    public enum RepeatBlankRows : 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