I have this problem:
I have a c# wpf application with some rdlc reports. Almost all reports are working good enough.
But there is a problem with one report. It works good, too, but when I click on the small button "Print layout" I get "An error occurred during local reporting processing. Object reference not set to an instance of an object.". The report works good in "normal" view, I mean without clicking on "Print layout". The report is not very complex, has about 5-6 pages and a subreport.
Thanks, A