The grouping for the tablix was on a sequenceid (assign a rank to all the transactions with one clientid), I applied page break at the end of the group
I thought the report was done, however in the print preview the report was printing a blank page in between the group the fix for that is
Body Width <= Page Width - (Left Margin + Right Margin)
report width= 8.5, left margin = 0.164, right margin = 0.164
(report width – (left margin + right margin)) = 8.172
Click on any white space on the report and hit F4 to see body properties
No comments:
Post a Comment