ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.ReportsCore.Tools Namespace / ReportCombiner Class / AddReport Method
The report to be added.
The options to report be added with.

In This Topic
    AddReport Method
    In This Topic
    Add the report with specified options in the reports list.
    Syntax
    'Declaration
     
    Public Sub AddReport( _
       ByVal report As PageReport, _
       Optional ByVal options As LocationOptions _
    ) 
    public void AddReport( 
       PageReport report,
       LocationOptions options
    )

    Parameters

    report
    The report to be added.
    options
    The options to report be added with.
    See Also