or
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.
|
[Exception: Invalid value of parameter 'ClassName'.] [CancelProcessingException: An error has occured while processing the report. Processing canceled. Check the InnerException for more information.] Telerik.Reporting.Processing.Report.ProcessItem() +339 Telerik.Reporting.Processing.ReportItemBase.Process(DataMember data) +315 Telerik.Reporting.Processing.ReportProcessor.ProcessReport(IReportDocument reportDocument, IDictionary processingContext) +563 Telerik.Reporting.Processing.ReportProcessor.RenderReport(String format, IReportDocument reportDocument, Hashtable deviceInfo, Hashtable renderingContext, CreateStream createStreamCallback) +456 Telerik.ReportViewer.WebForms.ServerReport.Render(HttpResponse response, String format, Int32 pageIndex) +815 Telerik.ReportViewer.WebForms.ReportPageOperation.PerformOperation(NameValueCollection urlQuery, HttpContext context) +244 Telerik.ReportViewer.WebForms.HttpHandler.ProcessRequest(HttpContext context) +297 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75 |
public
static
string
MyFunction (
string
pHtmlString )
{
string
plainText = StripHtmlTags ( pHtmlString );
//do stuff here
return
plainText;
}