ActiveReports 13
Add(PageReport,String) Method

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.ReportsLibrary Namespace > ReportsLibrary Class > Add Method : Add(PageReport,String) Method
The report to be added.
The name of the report node in library.
Add Page or RDL Report to the library.
Syntax
'Declaration
 
Public Overloads 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

Reference

ReportsLibrary Class
ReportsLibrary Members
Overload List