convert crystal report in pdf file - crystal-reports

I have problem in crystal report. I have three Pages A.aspx,B.aspx and C.aspx.
when I clicked on submit button in A.aspx I want save A.aspx data in Sample.pdf file and redirect to B.aspx. After that when I clicked on submit button in B.aspx I want save A.aspx and B.aspx data in Sample.pdf file(or attached B.aspx crystal report to Sample.pdf) and redirect to C.aspx. and finaly when I
Clicked on Submit button in C.aspx i want to attache this C.aspx crystal report to Sample.pdf. Means attach or merge three crystal report in one Sample.pdf. and send this file to my mail Id.
Please help me.
Regards,
Ajay

My Question is did u attach The sub- reports to Each and Every page
Go to design page in each Report go to Sub report Column
Right Click On the Sub - report !
Unchecked the On demand Sub-report
If so go to
File
Export
On click Export
select PDF
and save it

Related

Repeat crystal report header on new Tabs

In crystal reports, if I create a report and group by gender, I of course get a report which those "Males" and then "Females". If I click on the male group a new tab opens in crystal reports which has just the details of the male group.
My question is, is it possible that I can include the header and footer of my report in this new tab? I have seen ways to repeat the header but it goes on every single page. That is not my goal, I just want it to show in new tabs
Go to File, Report Options...
Turn on the 'Show All Headers on Drill Down' option.

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

Crystal repot open link in new browser tab

I am using Crystal Report 2013 , I create a PDF file which has links the below solutions didn't work fo rme
{link}+'&sWindow=New' (It doesn't open in new tab)
Open
If I do this in the PDF the link doesn't work , I can't clcik on it
Are there anyotehr solutions to try?
My Requirement :
I want to have links in my PDF report which if clicked will open in a new browser tab , currently the link opens itself in the same window and user will have to press the browser back button to see teh report again.
If you are creating a report that will be exported to pdf, and then you need the link works in that pdf, you can do this. Create a formula like below
#link ---> place inside your description
"your description"
Place it on your report. Then go to insert hyperlink(make sure that your formula is selected) icon and select on Hyperlink tab the option that says A website on the Internetand paste the link address where says Website Address and the same thing if you need more than one.

SSRS 2008 export to MS Word with dynamic Page Footer

I have a requirement to have a page footer show up on the first page of a report, and then no page footer on subsequent pages.
When I create a report that toggles the visibility of objects in the footer it works fine in BIDS, and when I export to PDF, however upon export to MS Word, the footer from the first page appears on every page.
In other tests I have attempted, it appears that other than the Page Number, anything that appears on the first page of a report's footer, will appear on every page when exported to Word.
Does anyone have ideas for how to create Footer content that changes depending on what page you are on, and will persist through the export to MS Word?
This answer is pretty late in coming to this user, but for any others fighting with this, please see the msdn SQL Server export to Word write-up here:
http://msdn.microsoft.com/en-us/library/cc627455(v=SQL.100).aspx
In a nutshell, toggling states anywhere in the report is not supported. Whatever the state of the report item is on the first page is what it'll be throughout the exported report. With that in mind, it appears that PDF will be a better format to support with your customers.

Crystal Reports: including a subreport into a grouping section?

I have a report which lists out a company detail. There are two sections to the company detail. The first portion lists out environmental data and the second is actually a subreport which lists out Cash flow details for every single year of the company.
I have multiple companies i need to do this for--so i grouped the report by Company. This works like a dream except for when it comes to the subreport. I'm having real issues trying to get it so that every single company has a different subreport of cash flow. Anybody know how to include a subreport into a group so that every company i have has its own data for the cash flow data?
You have to link the subreport to the main report: right-click on the subreport and choose "Edit subreport links". Here you can select the fields to use to link the main report and the subreport.
You have to link the subreport to the main report: right-click on the subreport and choose "Edit subreport links". Here you can select the fields to use to link the main report and the subreport.
Edit Subreport and in Menu, Click Report -> Select Expert and click show formula button. By default it shows Record Selection radio button.
You copy that formula and choose Group Selection and paste and give ok.
It will work :-)
The subreport has to take a parameter that identifies a company, which the main report will provide. Then you link the value to the parameter via the subreport properties available on the main report page.