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 RDLX report to the library.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal report As PageReport, _
   ByVal nodeName As String _
) 
 

Parameters

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