sql server reporting services:
I receive the following error ONLY when rendering to PDF format. My report has one Matrix in it - no tables, lists or sub-reports. Failure sending mail: Exception of type Microsoft.ReportingServices.ReportRendering.ReportRenderingException was thrown. From ReportServerService log: ReportingServicesService!reportrendering!424!04/22/2005-15:06:03:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException: Exception of type Microsoft.ReportingServices.ReportRendering.ReportRenderingException was thrown., ; Info: Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException: Exception of type Microsoft.ReportingServices.ReportRendering.ReportRenderingException was thrown. ---> Microsoft.ReportingServices.ReportRendering.ReportRenderingException: Exception of type Microsoft.ReportingServices.ReportRendering.ReportRenderingException was thrown. ---> System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32 headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, Int32& endRow, Double& startTop) at Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments& itemReAdjustment) at Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation orientation, Double childrenMaximumDistance, ReAdjustments itemReAdjustment, ItemContext savedContext) at Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation orientation, Boolean repeatableParent, Boolean canDelete, Double& minimumCoordinate, Double& distance) at Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation orientation, Boolean repeatableParent, Boolean canDelete, Double& minimumCoordinate, Double& distance) at Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation orientation, Boolean repeatableParent, Boolean canDelete, Double& minimumCoordinate, Double& distance) at Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase theComposition, Report theReport, Boolean needTotalPages, Int32 startPage, Int32 endPage, Boolean render) at Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report report, NameValueCollection deviceInfo, EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions, CreateAndRegisterStream createAndRegisterStreamCallback) at Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report report, NameValueCollection reportServerParameters, NameValueCollection deviceInfo, NameValueCollection clientCapabilities, EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions, CreateAndRegisterStream createAndRegisterStream) --- End of inner exception stack trace --- at Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report report, NameValueCollection reportServerParameters, NameValueCollection deviceInfo, NameValueCollection clientCapabilities, EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions, CreateAndRegisterStream createAndRegisterStream) at Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime A_0, GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3, CreateReportChunk A_4, Boolean& A_5) --- End of inner exception stack trace --- ReportingServicesService!library!424!04/22/2005-15:06:03:: i INFO: Initializing EnableExecutionLogging to 'True' as specified in Server system properties. ReportingServicesService!emailextension!424!04/22/2005-15:06:03:: Error sending email. Microsoft.ReportingServices.Diagnostics.Utilities.RSException: Exception of type Microsoft.ReportingServices.ReportRendering.ReportRenderingException was thrown. ---> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException: Exception of type Microsoft.ReportingServices.ReportRendering.ReportRenderingException was thrown. ---> Microsoft.ReportingServices.ReportRendering.ReportRenderingException: Exception of type Microsoft.ReportingServices.ReportRendering.ReportRenderingException was thrown. ---> System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32 headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, Int32& endRow, Double& startTop) at Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments& itemReAdjustment) at Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation orientation, Double childrenMaximumDistance, ReAdjustments itemReAdjustment, ItemContext savedContext) at Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation orientation, Boolean repeatableParent, Boolean canDelete, Double& minimumCoordinate, Double& distance) at Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation orientation, Boolean repeatableParent, Boolean canDelete, Double& minimumCoordinate, Double& distance) at Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation orientation, Boolean repeatableParent, Boolean canDelete, Double& minimumCoordinate, Double& distance) at Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase theComposition, Report theReport, Boolean needTotalPages, Int32 startPage, Int32 endPage, Boolean render) at Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report report, NameValueCollection deviceInfo, EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions, CreateAndRegisterStream createAndRegisterStreamCallback) at Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report report, NameValueCollection reportServerParameters, NameValueCollection deviceInfo, NameValueCollection clientCapabilities, EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions, CreateAndRegisterStream createAndRegisterStream) --- End of inner exception stack trace --- at Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report report, NameValueCollection reportServerParameters, NameValueCollection deviceInfo, NameValueCollection clientCapabilities, EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions, CreateAndRegisterStream createAndRegisterStream) at
I'm running RS SP2 [quoted text, click to view] "Jon" wrote: > I receive the following error ONLY when rendering to PDF format. > > My report has one Matrix in it - no tables, lists or sub-reports. > > Failure sending mail: Exception of type > Microsoft.ReportingServices.ReportRendering.ReportRenderingException was > thrown. > > From ReportServerService log: > > ReportingServicesService!reportrendering!424!04/22/2005-15:06:03:: e ERROR: > Throwing > Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException: > Exception of type > Microsoft.ReportingServices.ReportRendering.ReportRenderingException was > thrown., ; > Info: > Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException: > Exception of type > Microsoft.ReportingServices.ReportRendering.ReportRenderingException was > thrown. ---> > Microsoft.ReportingServices.ReportRendering.ReportRenderingException: > Exception of type > Microsoft.ReportingServices.ReportRendering.ReportRenderingException was > thrown. ---> System.NullReferenceException: Object reference not set to an > instance of an object. > at > Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32 > headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, Int32& > endRow, Double& startTop) > at > Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments& itemReAdjustment) > at > Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation > orientation, Double childrenMaximumDistance, ReAdjustments itemReAdjustment, > ItemContext savedContext) > at > Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation > orientation, Boolean repeatableParent, Boolean canDelete, Double& > minimumCoordinate, Double& distance) > at > Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation > orientation, Boolean repeatableParent, Boolean canDelete, Double& > minimumCoordinate, Double& distance) > at > Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation > orientation, Boolean repeatableParent, Boolean canDelete, Double& > minimumCoordinate, Double& distance) > at > Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase > theComposition, Report theReport, Boolean needTotalPages, Int32 startPage, > Int32 endPage, Boolean render) > at > Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report > report, NameValueCollection deviceInfo, EvaluateHeaderFooterExpressions > evaluateHeaderFooterExpressions, CreateAndRegisterStream > createAndRegisterStreamCallback) > at > Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report > report, NameValueCollection reportServerParameters, NameValueCollection > deviceInfo, NameValueCollection clientCapabilities, > EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions, > CreateAndRegisterStream createAndRegisterStream) > --- End of inner exception stack trace --- > at > Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report > report, NameValueCollection reportServerParameters, NameValueCollection > deviceInfo, NameValueCollection clientCapabilities, > EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions, > CreateAndRegisterStream createAndRegisterStream) > at > Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime A_0, > GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3, > CreateReportChunk A_4, Boolean& A_5) > --- End of inner exception stack trace --- > ReportingServicesService!library!424!04/22/2005-15:06:03:: i INFO: > Initializing EnableExecutionLogging to 'True' as specified in Server system > properties. > ReportingServicesService!emailextension!424!04/22/2005-15:06:03:: Error > sending email. Microsoft.ReportingServices.Diagnostics.Utilities.RSException: > Exception of type > Microsoft.ReportingServices.ReportRendering.ReportRenderingException was > thrown. ---> > Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException: > Exception of type > Microsoft.ReportingServices.ReportRendering.ReportRenderingException was > thrown. ---> > Microsoft.ReportingServices.ReportRendering.ReportRenderingException: > Exception of type > Microsoft.ReportingServices.ReportRendering.ReportRenderingException was > thrown. ---> System.NullReferenceException: Object reference not set to an > instance of an object. > at > Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32 > headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, Int32& > endRow, Double& startTop) > at > Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments& itemReAdjustment) > at > Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation > orientation, Double childrenMaximumDistance, ReAdjustments itemReAdjustment, > ItemContext savedContext) > at > Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation > orientation, Boolean repeatableParent, Boolean canDelete, Double& > minimumCoordinate, Double& distance) > at > Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation > orientation, Boolean repeatableParent, Boolean canDelete, Double& > minimumCoordinate, Double& distance) > at > Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation > orientation, Boolean repeatableParent, Boolean canDelete, Double& > minimumCoordinate, Double& distance) > at > Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase > theComposition, Report theReport, Boolean needTotalPages, Int32 startPage, > Int32 endPage, Boolean render) > at > Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report > report, NameValueCollection deviceInfo, EvaluateHeaderFooterExpressions > evaluateHeaderFooterExpressions, CreateAndRegisterStream > createAndRegisterStreamCallback) > at > Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report > report, NameValueCollection reportServerParameters, NameValueCollection > deviceInfo, NameValueCollection clientCapabilities, > EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions, > CreateAndRegisterStream createAndRegisterStream) > --- End of inner exception stack trace --- > at
Was this working before? Are all reports doing this or just this one? Does it work in image formats? There weren't a lot of changes in PDF. -- Brian Welcker Group Program Manager Microsoft SQL Server Reporting Services This posting is provided "AS IS" with no warranties, and confers no rights. [quoted text, click to view] "Jon" <Jon@discussions.microsoft.com> wrote in message news:0C0FFB1C-9ADC-41F8-9EE8-11A30DE45E04@microsoft.com... > I'm running RS SP2 > > "Jon" wrote: > >> I receive the following error ONLY when rendering to PDF format. >> >> My report has one Matrix in it - no tables, lists or sub-reports. >> >> Failure sending mail: Exception of type >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was >> thrown. >> >> From ReportServerService log: >> >> ReportingServicesService!reportrendering!424!04/22/2005-15:06:03:: e >> ERROR: >> Throwing >> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException: >> Exception of type >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was >> thrown., ; >> Info: >> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException: >> Exception of type >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was >> thrown. ---> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException: >> Exception of type >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was >> thrown. ---> System.NullReferenceException: Object reference not set to >> an >> instance of an object. >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32 >> headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, Int32& >> endRow, Double& startTop) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments& >> itemReAdjustment) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation >> orientation, Double childrenMaximumDistance, ReAdjustments >> itemReAdjustment, >> ItemContext savedContext) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation >> orientation, Boolean repeatableParent, Boolean canDelete, Double& >> minimumCoordinate, Double& distance) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation >> orientation, Boolean repeatableParent, Boolean canDelete, Double& >> minimumCoordinate, Double& distance) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation >> orientation, Boolean repeatableParent, Boolean canDelete, Double& >> minimumCoordinate, Double& distance) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase >> theComposition, Report theReport, Boolean needTotalPages, Int32 >> startPage, >> Int32 endPage, Boolean render) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report >> report, NameValueCollection deviceInfo, EvaluateHeaderFooterExpressions >> evaluateHeaderFooterExpressions, CreateAndRegisterStream >> createAndRegisterStreamCallback) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report >> report, NameValueCollection reportServerParameters, NameValueCollection >> deviceInfo, NameValueCollection clientCapabilities, >> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions, >> CreateAndRegisterStream createAndRegisterStream) >> --- End of inner exception stack trace --- >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report >> report, NameValueCollection reportServerParameters, NameValueCollection >> deviceInfo, NameValueCollection clientCapabilities, >> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions, >> CreateAndRegisterStream createAndRegisterStream) >> at >> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime >> A_0, >> GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3, >> CreateReportChunk A_4, Boolean& A_5) >> --- End of inner exception stack trace --- >> ReportingServicesService!library!424!04/22/2005-15:06:03:: i INFO: >> Initializing EnableExecutionLogging to 'True' as specified in Server >> system >> properties. >> ReportingServicesService!emailextension!424!04/22/2005-15:06:03:: Error >> sending email. >> Microsoft.ReportingServices.Diagnostics.Utilities.RSException: >> Exception of type >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was >> thrown. ---> >> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException: >> Exception of type >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was >> thrown. ---> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException: >> Exception of type >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was >> thrown. ---> System.NullReferenceException: Object reference not set to >> an >> instance of an object. >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32 >> headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, Int32& >> endRow, Double& startTop) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments& >> itemReAdjustment) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation >> orientation, Double childrenMaximumDistance, ReAdjustments >> itemReAdjustment, >> ItemContext savedContext) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation >> orientation, Boolean repeatableParent, Boolean canDelete, Double& >> minimumCoordinate, Double& distance) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation >> orientation, Boolean repeatableParent, Boolean canDelete, Double& >> minimumCoordinate, Double& distance) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation >> orientation, Boolean repeatableParent, Boolean canDelete, Double& >> minimumCoordinate, Double& distance) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase >> theComposition, Report theReport, Boolean needTotalPages, Int32 >> startPage, >> Int32 endPage, Boolean render) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report >> report, NameValueCollection deviceInfo, EvaluateHeaderFooterExpressions
In case anyone else is having this issue, I seem to have found a workaround for my particular problem. If I change the first textbox in the first column 'Hidden flag' to FALSE, it seems to work fine. I just reduced the size so it doesn't take up any space on the report. [quoted text, click to view] "Jon" wrote: > I'm running RS SP2 > > "Jon" wrote: > > > I receive the following error ONLY when rendering to PDF format. > > > > My report has one Matrix in it - no tables, lists or sub-reports. > > > > Failure sending mail: Exception of type > > Microsoft.ReportingServices.ReportRendering.ReportRenderingException was > > thrown. > > > > From ReportServerService log: > > > > ReportingServicesService!reportrendering!424!04/22/2005-15:06:03:: e ERROR: > > Throwing > > Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException: > > Exception of type > > Microsoft.ReportingServices.ReportRendering.ReportRenderingException was > > thrown., ; > > Info: > > Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException: > > Exception of type > > Microsoft.ReportingServices.ReportRendering.ReportRenderingException was > > thrown. ---> > > Microsoft.ReportingServices.ReportRendering.ReportRenderingException: > > Exception of type > > Microsoft.ReportingServices.ReportRendering.ReportRenderingException was > > thrown. ---> System.NullReferenceException: Object reference not set to an > > instance of an object. > > at > > Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32 > > headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, Int32& > > endRow, Double& startTop) > > at > > Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments& itemReAdjustment) > > at > > Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation > > orientation, Double childrenMaximumDistance, ReAdjustments itemReAdjustment, > > ItemContext savedContext) > > at > > Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation > > orientation, Boolean repeatableParent, Boolean canDelete, Double& > > minimumCoordinate, Double& distance) > > at > > Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation > > orientation, Boolean repeatableParent, Boolean canDelete, Double& > > minimumCoordinate, Double& distance) > > at > > Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation > > orientation, Boolean repeatableParent, Boolean canDelete, Double& > > minimumCoordinate, Double& distance) > > at > > Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase > > theComposition, Report theReport, Boolean needTotalPages, Int32 startPage, > > Int32 endPage, Boolean render) > > at > > Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report > > report, NameValueCollection deviceInfo, EvaluateHeaderFooterExpressions > > evaluateHeaderFooterExpressions, CreateAndRegisterStream > > createAndRegisterStreamCallback) > > at > > Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report > > report, NameValueCollection reportServerParameters, NameValueCollection > > deviceInfo, NameValueCollection clientCapabilities, > > EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions, > > CreateAndRegisterStream createAndRegisterStream) > > --- End of inner exception stack trace --- > > at > > Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report > > report, NameValueCollection reportServerParameters, NameValueCollection > > deviceInfo, NameValueCollection clientCapabilities, > > EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions, > > CreateAndRegisterStream createAndRegisterStream) > > at > > Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime A_0, > > GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3, > > CreateReportChunk A_4, Boolean& A_5) > > --- End of inner exception stack trace --- > > ReportingServicesService!library!424!04/22/2005-15:06:03:: i INFO: > > Initializing EnableExecutionLogging to 'True' as specified in Server system > > properties. > > ReportingServicesService!emailextension!424!04/22/2005-15:06:03:: Error > > sending email. Microsoft.ReportingServices.Diagnostics.Utilities.RSException: > > Exception of type > > Microsoft.ReportingServices.ReportRendering.ReportRenderingException was > > thrown. ---> > > Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException: > > Exception of type > > Microsoft.ReportingServices.ReportRendering.ReportRenderingException was > > thrown. ---> > > Microsoft.ReportingServices.ReportRendering.ReportRenderingException: > > Exception of type > > Microsoft.ReportingServices.ReportRendering.ReportRenderingException was > > thrown. ---> System.NullReferenceException: Object reference not set to an > > instance of an object. > > at > > Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32 > > headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, Int32& > > endRow, Double& startTop) > > at > > Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments& itemReAdjustment) > > at > > Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation > > orientation, Double childrenMaximumDistance, ReAdjustments itemReAdjustment, > > ItemContext savedContext) > > at > > Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation > > orientation, Boolean repeatableParent, Boolean canDelete, Double& > > minimumCoordinate, Double& distance) > > at > > Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation > > orientation, Boolean repeatableParent, Boolean canDelete, Double& > > minimumCoordinate, Double& distance) > > at > > Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation > > orientation, Boolean repeatableParent, Boolean canDelete, Double& > > minimumCoordinate, Double& distance) > > at > > Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase > > theComposition, Report theReport, Boolean needTotalPages, Int32 startPage, > > Int32 endPage, Boolean render) > > at > > Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report > > report, NameValueCollection deviceInfo, EvaluateHeaderFooterExpressions
Please email me a copy of your .rdl and .rdl.data file so I can see what's going on. -- This posting is provided "AS IS" with no warranties, and confers no rights. [quoted text, click to view] "Jon" <Jon@discussions.microsoft.com> wrote in message news:0C0FFB1C-9ADC-41F8-9EE8-11A30DE45E04@microsoft.com... > I'm running RS SP2 > > "Jon" wrote: > >> I receive the following error ONLY when rendering to PDF format. >> >> My report has one Matrix in it - no tables, lists or sub-reports. >> >> Failure sending mail: Exception of type >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was >> thrown. >> >> From ReportServerService log: >> >> ReportingServicesService!reportrendering!424!04/22/2005-15:06:03:: e >> ERROR: >> Throwing >> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException: >> Exception of type >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was >> thrown., ; >> Info: >> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException: >> Exception of type >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was >> thrown. ---> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException: >> Exception of type >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was >> thrown. ---> System.NullReferenceException: Object reference not set to >> an >> instance of an object. >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32 >> headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, Int32& >> endRow, Double& startTop) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments& >> itemReAdjustment) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation >> orientation, Double childrenMaximumDistance, ReAdjustments >> itemReAdjustment, >> ItemContext savedContext) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation >> orientation, Boolean repeatableParent, Boolean canDelete, Double& >> minimumCoordinate, Double& distance) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation >> orientation, Boolean repeatableParent, Boolean canDelete, Double& >> minimumCoordinate, Double& distance) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation >> orientation, Boolean repeatableParent, Boolean canDelete, Double& >> minimumCoordinate, Double& distance) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase >> theComposition, Report theReport, Boolean needTotalPages, Int32 >> startPage, >> Int32 endPage, Boolean render) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report >> report, NameValueCollection deviceInfo, EvaluateHeaderFooterExpressions >> evaluateHeaderFooterExpressions, CreateAndRegisterStream >> createAndRegisterStreamCallback) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report >> report, NameValueCollection reportServerParameters, NameValueCollection >> deviceInfo, NameValueCollection clientCapabilities, >> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions, >> CreateAndRegisterStream createAndRegisterStream) >> --- End of inner exception stack trace --- >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report >> report, NameValueCollection reportServerParameters, NameValueCollection >> deviceInfo, NameValueCollection clientCapabilities, >> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions, >> CreateAndRegisterStream createAndRegisterStream) >> at >> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime >> A_0, >> GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3, >> CreateReportChunk A_4, Boolean& A_5) >> --- End of inner exception stack trace --- >> ReportingServicesService!library!424!04/22/2005-15:06:03:: i INFO: >> Initializing EnableExecutionLogging to 'True' as specified in Server >> system >> properties. >> ReportingServicesService!emailextension!424!04/22/2005-15:06:03:: Error >> sending email. >> Microsoft.ReportingServices.Diagnostics.Utilities.RSException: >> Exception of type >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was >> thrown. ---> >> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException: >> Exception of type >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was >> thrown. ---> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException: >> Exception of type >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was >> thrown. ---> System.NullReferenceException: Object reference not set to >> an >> instance of an object. >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32 >> headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, Int32& >> endRow, Double& startTop) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments& >> itemReAdjustment) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation >> orientation, Double childrenMaximumDistance, ReAdjustments >> itemReAdjustment, >> ItemContext savedContext) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation >> orientation, Boolean repeatableParent, Boolean canDelete, Double& >> minimumCoordinate, Double& distance) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation >> orientation, Boolean repeatableParent, Boolean canDelete, Double& >> minimumCoordinate, Double& distance) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation >> orientation, Boolean repeatableParent, Boolean canDelete, Double& >> minimumCoordinate, Double& distance) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase >> theComposition, Report theReport, Boolean needTotalPages, Int32 >> startPage, >> Int32 endPage, Boolean render) >> at >> Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report >> report, NameValueCollection deviceInfo, EvaluateHeaderFooterExpressions >> evaluateHeaderFooterExpressions, CreateAndRegisterStream >> createAndRegisterStreamCallback) >> at
Not sure what email to send to, I tried donovans@online.microsoft.com, but it bounces. [quoted text, click to view] "Donovan Smith [MSFT]" wrote: > Please email me a copy of your .rdl and .rdl.data file so I can see what's > going on. > > -- > This posting is provided "AS IS" with no warranties, and confers no rights. > > > "Jon" <Jon@discussions.microsoft.com> wrote in message > news:0C0FFB1C-9ADC-41F8-9EE8-11A30DE45E04@microsoft.com... > > I'm running RS SP2 > > > > "Jon" wrote: > > > >> I receive the following error ONLY when rendering to PDF format. > >> > >> My report has one Matrix in it - no tables, lists or sub-reports. > >> > >> Failure sending mail: Exception of type > >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was > >> thrown. > >> > >> From ReportServerService log: > >> > >> ReportingServicesService!reportrendering!424!04/22/2005-15:06:03:: e > >> ERROR: > >> Throwing > >> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException: > >> Exception of type > >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was > >> thrown., ; > >> Info: > >> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException: > >> Exception of type > >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was > >> thrown. ---> > >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException: > >> Exception of type > >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was > >> thrown. ---> System.NullReferenceException: Object reference not set to > >> an > >> instance of an object. > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32 > >> headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, Int32& > >> endRow, Double& startTop) > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments& > >> itemReAdjustment) > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation > >> orientation, Double childrenMaximumDistance, ReAdjustments > >> itemReAdjustment, > >> ItemContext savedContext) > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation > >> orientation, Boolean repeatableParent, Boolean canDelete, Double& > >> minimumCoordinate, Double& distance) > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation > >> orientation, Boolean repeatableParent, Boolean canDelete, Double& > >> minimumCoordinate, Double& distance) > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation > >> orientation, Boolean repeatableParent, Boolean canDelete, Double& > >> minimumCoordinate, Double& distance) > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase > >> theComposition, Report theReport, Boolean needTotalPages, Int32 > >> startPage, > >> Int32 endPage, Boolean render) > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report > >> report, NameValueCollection deviceInfo, EvaluateHeaderFooterExpressions > >> evaluateHeaderFooterExpressions, CreateAndRegisterStream > >> createAndRegisterStreamCallback) > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report > >> report, NameValueCollection reportServerParameters, NameValueCollection > >> deviceInfo, NameValueCollection clientCapabilities, > >> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions, > >> CreateAndRegisterStream createAndRegisterStream) > >> --- End of inner exception stack trace --- > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report > >> report, NameValueCollection reportServerParameters, NameValueCollection > >> deviceInfo, NameValueCollection clientCapabilities, > >> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions, > >> CreateAndRegisterStream createAndRegisterStream) > >> at > >> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime > >> A_0, > >> GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3, > >> CreateReportChunk A_4, Boolean& A_5) > >> --- End of inner exception stack trace --- > >> ReportingServicesService!library!424!04/22/2005-15:06:03:: i INFO: > >> Initializing EnableExecutionLogging to 'True' as specified in Server > >> system > >> properties. > >> ReportingServicesService!emailextension!424!04/22/2005-15:06:03:: Error > >> sending email. > >> Microsoft.ReportingServices.Diagnostics.Utilities.RSException: > >> Exception of type > >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was > >> thrown. ---> > >> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException: > >> Exception of type > >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was > >> thrown. ---> > >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException: > >> Exception of type > >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was > >> thrown. ---> System.NullReferenceException: Object reference not set to > >> an > >> instance of an object. > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32 > >> headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, Int32& > >> endRow, Double& startTop) > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments& > >> itemReAdjustment) > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation > >> orientation, Double childrenMaximumDistance, ReAdjustments > >> itemReAdjustment, > >> ItemContext savedContext) > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation > >> orientation, Boolean repeatableParent, Boolean canDelete, Double& > >> minimumCoordinate, Double& distance) > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation > >> orientation, Boolean repeatableParent, Boolean canDelete, Double& > >> minimumCoordinate, Double& distance) > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation > >> orientation, Boolean repeatableParent, Boolean canDelete, Double& > >> minimumCoordinate, Double& distance) > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase > >> theComposition, Report theReport, Boolean needTotalPages, Int32
I can't say if this error was occuring before I applied SP2, although I did not see the error occur until after I installed SP2. I can not seem to reproduce this with my other reports. Looks like exporting to TIFF produces the same error. [quoted text, click to view] "Brian Welcker [MSFT]" wrote: > Was this working before? Are all reports doing this or just this one? Does > it work in image formats? There weren't a lot of changes in PDF. > > -- > Brian Welcker > Group Program Manager > Microsoft SQL Server Reporting Services > > This posting is provided "AS IS" with no warranties, and confers no rights. > > "Jon" <Jon@discussions.microsoft.com> wrote in message > news:0C0FFB1C-9ADC-41F8-9EE8-11A30DE45E04@microsoft.com... > > I'm running RS SP2 > > > > "Jon" wrote: > > > >> I receive the following error ONLY when rendering to PDF format. > >> > >> My report has one Matrix in it - no tables, lists or sub-reports. > >> > >> Failure sending mail: Exception of type > >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was > >> thrown. > >> > >> From ReportServerService log: > >> > >> ReportingServicesService!reportrendering!424!04/22/2005-15:06:03:: e > >> ERROR: > >> Throwing > >> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException: > >> Exception of type > >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was > >> thrown., ; > >> Info: > >> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException: > >> Exception of type > >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was > >> thrown. ---> > >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException: > >> Exception of type > >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was > >> thrown. ---> System.NullReferenceException: Object reference not set to > >> an > >> instance of an object. > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32 > >> headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, Int32& > >> endRow, Double& startTop) > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments& > >> itemReAdjustment) > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation > >> orientation, Double childrenMaximumDistance, ReAdjustments > >> itemReAdjustment, > >> ItemContext savedContext) > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation > >> orientation, Boolean repeatableParent, Boolean canDelete, Double& > >> minimumCoordinate, Double& distance) > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation > >> orientation, Boolean repeatableParent, Boolean canDelete, Double& > >> minimumCoordinate, Double& distance) > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation > >> orientation, Boolean repeatableParent, Boolean canDelete, Double& > >> minimumCoordinate, Double& distance) > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase > >> theComposition, Report theReport, Boolean needTotalPages, Int32 > >> startPage, > >> Int32 endPage, Boolean render) > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report > >> report, NameValueCollection deviceInfo, EvaluateHeaderFooterExpressions > >> evaluateHeaderFooterExpressions, CreateAndRegisterStream > >> createAndRegisterStreamCallback) > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report > >> report, NameValueCollection reportServerParameters, NameValueCollection > >> deviceInfo, NameValueCollection clientCapabilities, > >> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions, > >> CreateAndRegisterStream createAndRegisterStream) > >> --- End of inner exception stack trace --- > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report > >> report, NameValueCollection reportServerParameters, NameValueCollection > >> deviceInfo, NameValueCollection clientCapabilities, > >> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions, > >> CreateAndRegisterStream createAndRegisterStream) > >> at > >> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime > >> A_0, > >> GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3, > >> CreateReportChunk A_4, Boolean& A_5) > >> --- End of inner exception stack trace --- > >> ReportingServicesService!library!424!04/22/2005-15:06:03:: i INFO: > >> Initializing EnableExecutionLogging to 'True' as specified in Server > >> system > >> properties. > >> ReportingServicesService!emailextension!424!04/22/2005-15:06:03:: Error > >> sending email. > >> Microsoft.ReportingServices.Diagnostics.Utilities.RSException: > >> Exception of type > >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was > >> thrown. ---> > >> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException: > >> Exception of type > >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was > >> thrown. ---> > >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException: > >> Exception of type > >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException was > >> thrown. ---> System.NullReferenceException: Object reference not set to > >> an > >> instance of an object. > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32 > >> headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, Int32& > >> endRow, Double& startTop) > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments& > >> itemReAdjustment) > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation > >> orientation, Double childrenMaximumDistance, ReAdjustments > >> itemReAdjustment, > >> ItemContext savedContext) > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation > >> orientation, Boolean repeatableParent, Boolean canDelete, Double& > >> minimumCoordinate, Double& distance) > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation > >> orientation, Boolean repeatableParent, Boolean canDelete, Double& > >> minimumCoordinate, Double& distance) > >> at > >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation
Remove the .online part. -- Brian Welcker Group Program Manager Microsoft SQL Server This posting is provided "AS IS" with no warranties, and confers no rights. [quoted text, click to view] "Jon" <Jon@discussions.microsoft.com> wrote in message news:21698829-5C41-4F80-AC1A-8A70658BF5C1@microsoft.com... > Not sure what email to send to, I tried donovans@online.microsoft.com, but > it > bounces. > > "Donovan Smith [MSFT]" wrote: > >> Please email me a copy of your .rdl and .rdl.data file so I can see >> what's >> going on. >> >> -- >> This posting is provided "AS IS" with no warranties, and confers no >> rights. >> >> >> "Jon" <Jon@discussions.microsoft.com> wrote in message >> news:0C0FFB1C-9ADC-41F8-9EE8-11A30DE45E04@microsoft.com... >> > I'm running RS SP2 >> > >> > "Jon" wrote: >> > >> >> I receive the following error ONLY when rendering to PDF format. >> >> >> >> My report has one Matrix in it - no tables, lists or sub-reports. >> >> >> >> Failure sending mail: Exception of type >> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException >> >> was >> >> thrown. >> >> >> >> From ReportServerService log: >> >> >> >> ReportingServicesService!reportrendering!424!04/22/2005-15:06:03:: e >> >> ERROR: >> >> Throwing >> >> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException: >> >> Exception of type >> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException >> >> was >> >> thrown., ; >> >> Info: >> >> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException: >> >> Exception of type >> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException >> >> was >> >> thrown. ---> >> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException: >> >> Exception of type >> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException >> >> was >> >> thrown. ---> System.NullReferenceException: Object reference not set >> >> to >> >> an >> >> instance of an object. >> >> at >> >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32 >> >> headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, >> >> Int32& >> >> endRow, Double& startTop) >> >> at >> >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments& >> >> itemReAdjustment) >> >> at >> >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation >> >> orientation, Double childrenMaximumDistance, ReAdjustments >> >> itemReAdjustment, >> >> ItemContext savedContext) >> >> at >> >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation >> >> orientation, Boolean repeatableParent, Boolean canDelete, Double& >> >> minimumCoordinate, Double& distance) >> >> at >> >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation >> >> orientation, Boolean repeatableParent, Boolean canDelete, Double& >> >> minimumCoordinate, Double& distance) >> >> at >> >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation >> >> orientation, Boolean repeatableParent, Boolean canDelete, Double& >> >> minimumCoordinate, Double& distance) >> >> at >> >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.ProcessPages(CompositionBase >> >> theComposition, Report theReport, Boolean needTotalPages, Int32 >> >> startPage, >> >> Int32 endPage, Boolean render) >> >> at >> >> Microsoft.ReportingServices.Rendering.ImageRenderer.PdfReport.RenderReport(Report >> >> report, NameValueCollection deviceInfo, >> >> EvaluateHeaderFooterExpressions >> >> evaluateHeaderFooterExpressions, CreateAndRegisterStream >> >> createAndRegisterStreamCallback) >> >> at >> >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report >> >> report, NameValueCollection reportServerParameters, >> >> NameValueCollection >> >> deviceInfo, NameValueCollection clientCapabilities, >> >> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions, >> >> CreateAndRegisterStream createAndRegisterStream) >> >> --- End of inner exception stack trace --- >> >> at >> >> Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRendererBase.Render(Report >> >> report, NameValueCollection reportServerParameters, >> >> NameValueCollection >> >> deviceInfo, NameValueCollection clientCapabilities, >> >> EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions, >> >> CreateAndRegisterStream createAndRegisterStream) >> >> at >> >> Microsoft.ReportingServices.ReportProcessing.ReportProcessing.a(DateTime >> >> A_0, >> >> GetReportChunk A_1, ProcessingContext A_2, RenderingContext A_3, >> >> CreateReportChunk A_4, Boolean& A_5) >> >> --- End of inner exception stack trace --- >> >> ReportingServicesService!library!424!04/22/2005-15:06:03:: i INFO: >> >> Initializing EnableExecutionLogging to 'True' as specified in Server >> >> system >> >> properties. >> >> ReportingServicesService!emailextension!424!04/22/2005-15:06:03:: >> >> Error >> >> sending email. >> >> Microsoft.ReportingServices.Diagnostics.Utilities.RSException: >> >> Exception of type >> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException >> >> was >> >> thrown. ---> >> >> Microsoft.ReportingServices.ReportProcessing.WrapperReportRenderingException: >> >> Exception of type >> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException >> >> was >> >> thrown. ---> >> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException: >> >> Exception of type >> >> Microsoft.ReportingServices.ReportRendering.ReportRenderingException >> >> was >> >> thrown. ---> System.NullReferenceException: Object reference not set >> >> to >> >> an >> >> instance of an object. >> >> at >> >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.FindHeaderRowsForVerticalResize(Int32 >> >> headerRowRow, Int32 level, Int32 lastRowForLevel, Int32& startRow, >> >> Int32& >> >> endRow, Double& startTop) >> >> at >> >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.ResizeCellsVertically(ReAdjustments& >> >> itemReAdjustment) >> >> at >> >> Microsoft.ReportingServices.Rendering.ImageRenderer.Matrix.CalculateItemMeasurement(Orientation >> >> orientation, Double childrenMaximumDistance, ReAdjustments >> >> itemReAdjustment, >> >> ItemContext savedContext) >> >> at >> >> Microsoft.ReportingServices.Rendering.ImageRenderer.RenderingItemContainer.CalculatePage(Orientation >> >> orientation, Boolean repeatableParent, Boolean canDelete, Double& >> >> minimumCoordinate, Double& distance) >> >> at
Don't see what you're looking for? Try a search.
|