May 21, 2012 at 12:36 pm
hi
i am getting extra 1 blank page in print layout.
i am seeing data on first ,then second blank and third i have data.
how to avoid this page?
May 21, 2012 at 12:40 pm
riya_dave (5/21/2012)
hii am getting extra 1 blank page in print layout.
i am seeing data on first ,then second blank and third i have data.
how to avoid this page?
Bring the right hand edge of your report in. The extra page is due to the report width being greater than your printable page size. If you had anything on the page then you would see the pages see by side. As its blank then the report s too wide.
Fitz
May 21, 2012 at 12:47 pm
thanks .got solve it
May 21, 2012 at 12:52 pm
additional question ,regarding spaces in report.
in my report i have 1 tablix ,above it i have textbox,in which i have tablix title.
now in design ,there is no gap between title and tablix.
but in print layout,i am seeing huge gap ,and cant figure it out ,how it shows different than design
May 21, 2012 at 2:11 pm
riya_dave (5/21/2012)
additional question ,regarding spaces in report.in my report i have 1 tablix ,above it i have textbox,in which i have tablix title.
now in design ,there is no gap between title and tablix.
but in print layout,i am seeing huge gap ,and cant figure it out ,how it shows different than design
Go back and have a look at the report. My guess is that the textbox (header) is mutliple lines (i.e. you have pressed return in it) and it is overlapping the tablix. Reporting Services resolves this conflict only at preview time. Reduce the height of the header textbox so that it does not overlap.
Fitz
May 22, 2012 at 8:09 am
i remove overlap ,but still getting space.
any other reason
May 22, 2012 at 9:42 am
i remove overlap ,but still getting space.
any other reason
May 22, 2012 at 11:06 am
Use this formula to make sure your data is not spilling over onto a blank page.
body size + left margin + right margin <= page width.
You can get the body size by turning on the ruler and looking at the total width of the reoprt. You can get the margin sizes and the page/paper width in the report properties.
May 22, 2012 at 11:25 am
riya_dave (5/22/2012)
i remove overlap ,but still getting space.any other reason
Not without getting access to the report design.
Fitz
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply