Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
najsql
Starting Member
1 Post |
Posted - 2007-06-12 : 22:51:24
|
Hi all,Some of my reports in sql server can be exported to Excel ,but some reports are not exporting to excel format, but that report i can export to PDF format. I am getting the following error , when i am trying to export in EXCEL format:Any ideas !!!------------ --------- --------- --------- --------- --------- ------------- ------Server Error in '/Reports' Application.------------ --------- --------- --------- --------- --------- ------------For more information about this error navigate to the report server on the local server machine, or enable remote errors Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Exception: For more information about this error navigate to the report server on the local server machine, or enable remote errorsSource Error: 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. Stack Trace: [Exception: For more information about this error navigate to the report server on the local server machine, or enable remote errors][Exception: An error occurred during rendering of the report.]Microsoft.Reporting .WebForms. ServerReport. ServerUrlRequest (Boolean isAbortable, String url, Stream outputStream, String& mimeType, String& fileNameExtension) +489Microsoft.Reporting .WebForms. ServerReport. InternalRender( Boolean isAbortable, String format, String deviceInfo, NameValueCollection urlAccessParameters , Stream reportStream, String& mimeType, String& fileNameExtension) +959Microsoft.Reporting .WebForms. ServerReportCont rolSource. RenderReport(String format, String deviceInfo, NameValueCollection additionalParams, String& mimeType, String& fileExtension) +84Microsoft.Reporting .WebForms. ExportOperation. PerformOperation(NameValueCollectio n urlQuery, HttpResponse response) +143Microsoft.Reporting .WebForms. HttpHandler. ProcessRequest( HttpContext context) +75System.Web.CallHand lerExecutionStep .System.Web. HttpApplication. IExecutionStep.Execute( ) +154System.Web.HttpAppl ication.ExecuteS tep(IExecutionSt ep step, Boolean& completedSynchronou sly) +64------------ --------- --------- --------- --------- --------- ------------Version Information: Microsoft .NET Framework Version:2.0. 50727.42; ASP.NET Version:2.0. 50727.210 Thanks. |
|
|
|
|
|
|