Hi
i created a report in my SL project and it is viewed correctly in the report viewer but when i try to export as PDF, i get this error message :
Exception Message:An error occurred while deserializing a page range.Stack Trace: su Infragistics.Reports.Engine.ReportVisitorBase.<VisitReport>b__5(Exception ex) su Infragistics.Reports.Engine.ReportProcessor.PageCount(IAsyncReportProcessorAction`1 callback) su Infragistics.Controls.Reports.ReportProcessorLocalAdapter.PageCount(IAsyncReportProcessorAction`1 callback) su Infragistics.Reports.Engine.ReportVisitorBase.VisitReport(IVisited visited) su Infragistics.Reports.Engine.PagedReportVisitor.VisitEnter() su Infragistics.Reports.Engine.ReportExporter.ExportInternal(IReportItemVisitor reportItemVisitor, IDocument document, Stream targetStream, IAsyncReportProcessorAction`1 callback, IReportItemRendererFactory factory)
I create new reports same proplem :(
I solved the error.
It was beacause i was copying data from another Report, also an image was copied and was making trouble. So i deleted ans recreated the image.
Thanks
bye