MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.ReportsCore.Tools Namespace / CombineMode Enumeration

CombineMode Enumeration
Defines the report combine mode.
Syntax
'Declaration
 
Public Enum CombineMode 
   Inherits System.Enum
 
Members
MemberDescription
ReportSectionsEach report will be represented as a section (or multiple sections) in the final multi-section RDLX report.
SubReportsProduces the RDLX report with a single body containing subreports for every report combined.
Inheritance Hierarchy

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

See Also