MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / CollateBy Property
Example

CollateBy Property
Gets or sets the collation setting for the report when using a theme.
Syntax
'Declaration
 
Public Property CollateBy As CollateBy
 

Property Value

A CollateBy value indicating the collation setting for the report.
Remarks
This property is specifically used for FPL reports only.
Example
Report report = new Report();
report.CollateBy = CollateBy.Simple;
See Also