ActiveReports 12
Add(SectionReport,String) Method

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.ReportsLibrary Namespace > ReportsLibrary Class > Add Method : Add(SectionReport,String) Method
The report to be added.
The name of the report node in library.
Add Section Report to the library.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal report As SectionReport, _
   ByVal nodeName As String _
) 
public void Add( 
   SectionReport 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