Hi to all
I need to remove bug in Sales - Shipment report. The bug is:
When I print using this report if there is data only for one page, I'm getting two pages, first with the data, and other only with header and footer. If I print 300 pages, only the first page is empty (with only header and footer). The property ConsumeContainerWhiteSpace is set to true in Visual Studio. The paper size is with A4 standard dimensions (W=21, H=29,7). Non object in the report is hidden away (from right or down). All margins are set to 1cm or 0,3 In. I've tried and with 0cm right margin.
And everything to be more confusing, when I make preview of the report, and I press Print Layout, it shows me that there are only one page ...
Does any have familiar problem with those rdlc reports, and does any have any idea what i need to try.
Thanks for your time
Best Regards
0
Comments
Don't know if this is helpful but probably there is an object, text box or whatever, where the position right top an right bottom are outside of your 21 cm width.... at least, that was the cause of the same problem I had some time ago.
Regards,
Raymond
Can even be a small textbox or even your table that is a few cm's off the limit and making you get this error.
And add to you and others, there are known issues between preview and print layout so I would recomend the "forced use of Print Layout" in your report properties.
And as advice check if you have some visibility in your layout that are set to true or false with conditions it might be an error in one of them causing something to show when it shouldn't.
Really pesky problem :x .
Best regards