Gets or sets the collation setting for the report when using a theme.
'Declaration
Public Property CollateBy As CollateBy
Property Value
A
CollateBy value indicating the collation setting for the report.
Report report = new Report();
report.CollateBy = CollateBy.Simple;