ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.ReportsCore.Tools Namespace / CombineMode Enumeration

In This Topic
    CombineMode Enumeration
    In This Topic
    Defines the report combine mode.
    Syntax
    'Declaration
     
    Public Enum CombineMode 
       Inherits System.Enum
    public enum CombineMode : System.Enum 
    Members
    MemberDescription
    ReportSectionsEach report will be represented as a section (or multiple sections) in the final report.
    SubReports 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.ReportsCore.Tools.CombineMode

    See Also