I'm currently integrating Telerik Reporting into my companies web application, which uses ASP.NET WebForms. I'm using the Standalone Report Designer to build the reports, then I import them into our application to use.
I'm having trouble displaying multiple reports on one .aspx page. I'm using the <telerik:ReportViewer> and <telerik:ReportSource> to reference the reports. Individually the reports display fine, however when trying to render them both, they load and then don't display anything.
Is there something I'm missing? I haven't been able to find much on the forums/documentation on this issue.