[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.ReportsCore.Tools.CombineMode

CombineMode Enum

Defines the report combine mode.

Namespace: GrapeCity.ActiveReports.ReportsCore.Tools
Assembly: MESCIUS.ActiveReports.dll
Syntax
public enum CombineMode

Fields

Name Description
ReportSections

Each report will be represented as a section (or multiple sections) in the final multi-section RDLX report.

SubReports

Produces the RDLX report with a single body containing subreports for every report combined.

Extension Methods