ActiveReports 12
LoadReport(XmlReader,DesignerReportType,String) Method

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design Namespace > Designer Class > LoadReport Method : LoadReport(XmlReader,DesignerReportType,String) Method
reader containing section or page report
report type
report name
Loads existing report XML layout into the designer.
Syntax
'Declaration
 
Public Overloads Sub LoadReport( _
   ByVal reader As XmlReader, _
   ByVal type As DesignerReportType, _
   ByVal reportName As String _
) 
public void LoadReport( 
   XmlReader reader,
   DesignerReportType type,
   string reportName
)

Parameters

reader
reader containing section or page report
type
report type
reportName
report name
See Also

Reference

Designer Class
Designer Members
Overload List