Hidding the footer on first or last page keep footer space - ssrs-2008

Hidding the footer on first or last page keep footer space
If you hide the footer on the first or last page, SSRS keep the space for the header but it hide the content.how can i use this space because it effecting my design(some records of table are viewed separately in next page)
thanks in advance

Normally when you hide the Header/Footer the space will be available for you to use
Usually in Report Properties you can set the margins top,bottom to suit your requirements,
and it may be that Report Body and margins need some adjustment.
If all your report elements are within the limits [Width, Height] of Report Body then your report should render fine.

Related

Reduce gap between Report Footer and Page Footer

There is a sizable gap between report footer and page footer. How can I reduce the blank space?
In the section expert, you'll note that the Page Footer has Print at Bottom of Page checked, and is grayed out. A page footer will always print at the bottom of the page.
If you want to move the Report Footer down you can check Print at Bottom of Page for both of them.
If you want to move the Page Footer up it's a little trickier. You might get by with suppressing the Page Footer on the last page only, and displaying a duplicate section at the end of the report (if there's more than one page.) This should handle both large and small page counts.

How to move up 2nd page margin to top in Crystal Report Cross tab

I build report by using cross tab in crystal report in the first page i have title page that take area about 1/4 of the page consist with logo and report name and filter detail So on the second page it shown up the same position as the first page something that I want is to remove the report header section and move up the page header section and detail section to top on the 2nd page Thanks you for answer and i want to know Is this need to do ?? because some aspect of user tell that Its' okay don't move 2nd page up its should be like this same position same line its easy to read and compare the pages some aspect think that it's lost the area of the head of page 2 it's useless what should I do from here
To cojimarmiami,
i tried your suggestion formula but it' doesn't work when i preview it show just a page in horizantal by the vertical space separate it for 2 Block (not page) and when i printed its' come out 2 pages in A4 paper What should i do for the next step Thank you
you will have to place your logo, report name and filter on Page Header, then go to that Section Expert and place this formula on Suppress pagenumber <> 1. That is going to suppress that section if your are not on the first page.

Crystal reports lines not showing

I have a crystal report for an invoice that is formatted with some horizontal and vertical lines. The vertical lines cut across a number of group and detail sections. Crystal reports is version 13, and I am using it in the designer in Visual Studio 2013.
I have two problems
1) The vertical lines only extend to the beginning of the first detail section on the first page. On subsequent pages they display all the way down the screen.
2) For the second and last row of one of my groups, the vertical lines don't display at all.
I have tried removing the lines and re-adding them, and this has made no difference. I have also tried changing ExtendToBottomOfSection to true for the lines, but this doesn't seem to make any difference. Any other suggestions?
The key thing with lines and boxes in Crystal Reports is the section/area they start in and the section/area they end in. These areas always go in a specific order: Report Header, Page Header, Group Headers, Details, Group Footers, Report Footer, Page Footer.
Depending on the height of the areas, some sections may be bumped to the next page. Most issues I see with lines and boxes are due to them not starting/ending in the right section to give the desired effect on every page, even pages where some sections may be omitted.
If you want lines to span the whole page, they should start at the top of the Page Header area and end in the bottom of the Page Footer.
What I think you're looking for is a slight variation on this (I'm guessing based on your problem description): to run the line down the entire page, but not actually have it appear in the page header/footer. In this case, you will want the line to start at the bottom of the page header, and end at the top of the page footer. This will give the effect of the line covering the page (but not the header/footer), regardless of how many records appear on the page.
These properties are easiest to control from Design view (where it's easier to distinguish section boundaries), or from the properties dialog (where you can make the top/bottom values exact).
Hope this helps!

Removing footer in SAP Crystal Reports 2011

I am trying to set up a report to print an invoice with the company details as part of the PAGE footer.
I have also set up a terms and conditions section which I want printed after everything else and so have set it up as a REPORT footer.
This T & C page should NOT include the company information footer and should print on a SINGLE page.
I have set up a formula to suppress the page footer if the T&C's have been printed. This works and on other reports I have set up similarly, it does not push part of the T&C's on to a second page.
The problem I am having is that for this particular report the company information footer is several lines as opposed to a single line (as with the others) and so even though I suppress the footer on the T&C's Page, it still reserves that extra space where the footer would have gone and so pushes the end few lines of the T&C's to an additional page.
This probably happened before as well, but as the footers before had been a single line instead, there was still enough space to print the full T&C's on the page even after reserving the space for the footer.
Is there any way for me to suppress the footer without the space being reserved, or is even putting the suppressed footer in the 'background' so the rest of the T&C's can just print in front?
The client have specified a required font size and styling for the report so I cannot just reduce the size of the footer and/or the T&C's to solve the problem.
Right click on the section >> Section Expert >> check Suppress Blank Section, so if the section blank it will be suppressed and removing the footer extra empty space.

Show footer on last page only

I want to add footer on my report, but only on the last page. I followed this tutorial which was successful, but it leaves space for the footer on all pages.
How can I get rid off that space for the footer on all pages except the last one?
I can only think of the following solution for your problem:
First - don't use the build in Footer. Instead, use a sub-report that will contain your footer details.
Now, you need to define the sub-report as thin as possible in the main report (while in the actual sub-report - arrange your data as you want).
Then just implement the same concept as described in the link that you provided - means that you need to define an expression in the sub-report visibility filed.
attaching a demonstration that explaining the 'using sub-report' idea:
EDIT
I did some research - If you follows the instructions provided by the link in your question but Strech the rectangle to cover all the footer area, then your are good - the footer will not be displayed until the last page:
This how I arranged the Rectangle over the footer:
Middle Page (you can see that the footer's rectangle is hidden:
Last Page (footer is visible):