ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.ReportsLibrary Namespace / ReportsLibrary Class / Add Method
The report to be added.
The name of the report node in library.

In This Topic
    Add Method (ReportsLibrary)
    In This Topic
    Add Page or RDL Report to the library.
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal report As PageReport, _
       ByVal nodeName As String _
    ) 
    public void Add( 
       PageReport report,
       string nodeName
    )

    Parameters

    report
    The report to be added.
    nodeName
    The name of the report node in library.
    See Also