or
The aim of the Telerik Support Forum is to provide all registered users a way to find answers to their questions before contacting Telerik.
Below you will find a list of the present limitations of our Reporting offering:
The Telerik Team
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
|
public
static string LoadReport(string report)
{
Page pageHolder = new Page();
UserControl viewer = (UserControl)pageHolder.LoadControl("~/Common/ReportViewer.ascx");
pageHolder.Controls.Add(viewer);
StringWriter output = new StringWriter();
HttpContext.Current.Server.Execute(pageHolder, output, false);
return output.ToString();
}