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

In This Topic
    CollateBy Property
    In This Topic
    Gets or sets the collation setting for the report when using a theme.
    Syntax
    'Declaration
     
    Public Property CollateBy As CollateBy
    public CollateBy CollateBy {get; set;}

    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