LoadDocument(PageReport) Method
Here is an example of loading a
GrapeCity.ActiveReports.PageReport into the Viewer:
// Assuming 'viewer' is an instance of the Viewer control and 'reportPath' is the path to the .rdlx file
PageReport pageReport = new PageReport(new FileInfo(reportPath));
viewer.LoadDocument(pageReport);