[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Report.CollateBy

CollateBy Property

CollateBy

Gets or sets the collation setting for the report when using a theme.

Declaration
public CollateBy CollateBy { get; set; }
Property Value
Type Description
CollateBy

A CollateBy value indicating the collation setting for the report.

Remarks

This property is specifically used for FPL reports only.

Examples
Report report = new Report();
report.CollateBy = CollateBy.Simple;