In report builder it is giving this error :
The stream cannot be found. The stream identifier that is provided to an operation cannot be located in the report server database. (rsStreamNotFound)
But after few attempts in report builder it runs the report. While exporting through asp.net in c# it generates this exception :
Microsoft.Reporting.WebForms.ServerReportSoapProxy.OnSoapException(SoapException
e) at Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.ProxyMethodInvocation.Execute[TReturn](RSExecutionConnection
connection, ProxyMethod`1 initialMethod, ProxyMethod`1 retryMethod) at Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.Render(String
Format, String DeviceInfo, PageCountMode PaginationMode, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds) at Microsoft.Reporting.WebForms.ServerReport.Render(String
format, String deviceInfo, PageCountMode pageCountMode, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.Report.Render(String
format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Report.ExportToPDF(String path, List`1 reportParams, String fileName) in e:\BSD\Report.aspx.cs:line 2207
at Report.GenerateProjectPhotoAlbum_OnClick(Object
sender, EventArgs e) in e:\BSD\Report.aspx.cs:line 620
Need urgent help.