hello friends,
I have problem with Crystal report actually i want to marge to PDF file using C#... i have two reports one is total of employees and second is Break Up of Employees salary which call annexure.. so i want to export both file in one time.. so tell me if its possible to Marge Tow PDF file into C#... if yes then please give me Code or any kind of Example..........
thanks in Advance
Loading

Mahesh ChandPosted Sep 14, 2010, 11:02 AM
I guess question is, do you see data on the report?
I suggest you first generate report in the Form and try to see data there.
Naeem KhanPosted Sep 14, 2010, 12:46 AM
Mahesh ChandPosted Sep 13, 2010, 10:45 AM
What you need is, get data from database in a DataSet (two DataTables) and create two different sections of a single report. In that way, you are generating a single report.
Felipe RamosPosted Sep 13, 2010, 7:41 AM