[]
Gets or sets the collation setting for the report when using a theme.
public CollateBy CollateBy { get; set; }
Type | Description |
---|---|
CollateBy | A CollateBy value indicating the collation setting for the report. |
This property is specifically used for FPL reports only.
Report report = new Report();
report.CollateBy = CollateBy.Simple;