[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.CollateBy

CollateBy Enum

Specifies a combination of reports when using a theme.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum CollateBy

Fields

Name Description
Simple

Draw the pages of the report without sorting.

Value

Sort the pages of the report according to the page number.

ValueIndex

Rearrange the report pages according to the grouping expression you specify in the Report's Page dialog.

Extension Methods