how to print grand total on last page in crystalreport? - crystal-reports

the grand total has to be print on last page
if i have 2 pages in crystal report then the grand should be print on 2 nd page not on 1st page
how should i do this please help me out

In the Crystal Reports designer you have several places by default (report header, page header...).
To set something to appear in the last page you should use "report footer".

Crystal report tutorial
This might help. Just have a look
If you got some time look at the videos in here http://www.vtc.com/products/Crystal-Reports-XI-Beginner-Tutorials.htm

Related

Crystal subreport in page footer won't print

I'm attempting to modify a Crystal Report that prints our invoices. The original request was to allow the report to print the T&C (Terms & Conditions) Page at the end of each invoice. I was able to do this successfully. However, when I presented it to the end-user they explained that they don't want to have to print each invoice individually. (Makes sense...) However, I have not been able to successfully provide results as of yet. Below are my challenges/questions:
I obviously can't expect the Report Footer to print multiple times within the report so I inserted a section below my current page footer for the T&C. I wanted to add a 'New Page Before' but that option is grayed out. After attempting to identify what was causing this to gray out without success (content that was marked 'can grow' or that was too large for a section is my understanding) I decided to attempt creating a subreport in the new page footer & I marked that section of the report as 'New Page Before' so that the T&C would be placed on a new page between each invoice. I finally got the first line of the T&C to show up but the rest was cut off and the next page started the next invoice.
Does anyone know why my subreport in the page footer - to display a single page print of our company's T&C - isn't working as intended?
Thanks in advance for your time!
Renee'
Open the SubReport by right clicking and going to Edit from the main report.
Resize the Detail section of the Subreport. This should help displaying all of the T&C

Reset page number after is not working in Crystal reports 2008

I have a main report which contains two sub-reports. These sub-reports are placed in report-footer A and report-footer B. Now I want to reset page numbering after first sub-report.
In the section expert I have checked the "reset page number after" option. But still I have continuous page numbering for both the sub-reports combined.
Please help.
Thanks guys.. problem is solved :)
Subreport in report footer A had a 'new page before' checked in its report footer section. Once this tick was removed, page number problem got resolved.
Though m not getting how the subreports new page after affected page numbering in main report.

How to use jasper reports to print something only on the first page?

How to use jasper reports to print something only on the first page. I am using jasper reports for printing invoices and only on the 1st page I need to print the Remit Payment To section with the address following it. Customer address is also present there. The way it is currently designed is that this goes into pageFooter section and we use printWhenExpression(PAGE_NUMBER = 1) so that this only gets printed on the 1st page of the invoice. But the downside of this approach is that the jasper engine reserves the size equivalent of the page footer on all the other pages (1..n) of the invoice. So we are able to use only about 2/3 rd of all pages. Remaining 1/3rd page which is for page footer is blank for all pages except the 1st page. This increases the number of pages. Any ideas for fixing this issue?
Use "Print When Expression" of the Page Footer itself, not the field.

Get the total number of pages in a report using Report Viewer

How do I get total number pages in a report using Report Viewer?
Is this what you are using?
=Globals!TotalPages
be aware that this only works in the header or footer of the report.
Also, in reporting services 2008 the report may be rendered a page at a time on demand as each page is viewed, and the TotalPages number may not be accurate until the entire report has been viewed/rendered.

Crystal Reports: Subreport on more than one page

Hi I have a Crystal reports, report set up and I want to insert a sub report as the first page. I thought I can do this buy placing a subreport in the PageHeader of my other report. It works well but it does not display the rest of my sub report pages; it only displays the first page. Can someone help me configure this? Thank you.
If you put a subreport in the pageheader and the subreport is longer than a page, crystal might blow up!