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

In This Topic
    CollateBy Enumeration
    In This Topic
    Combination of reports when using a theme.
    Syntax
    'Declaration
     
    Public Enum CollateBy 
       Inherits System.Enum
    public enum CollateBy : System.Enum 
    Members
    MemberDescription
    SimpleDraw the pages of the report without sorting.
    ValueSort the pages of the report according to the page number.
    ValueIndexRearrange the report pages according to the grouping expression you specify in the Report's Page dialog.
    Inheritance Hierarchy

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

    See Also