PDA

Click to See Complete Forum and Search --> : PRINT & EXPORT report in asp.net


sandip
Oct 13th, 2005, 06:03 AM
HI ALL,
i am designing some reports in cr10 for asp.net (code behind vb.net). Problem is that PRINT & EXPORT buttons on CrystalReportViewer object is not working. Is i have to write any special code for that.

THANKS IN ADVANCE

:cry:

RobDog888
Oct 16th, 2005, 07:48 PM
How do you mean its not working? Errors or nothing happens or the export format of choice is not displayed in the export list?

sandip
Oct 17th, 2005, 12:12 AM
HI ALL,
IN cr10.0 when i clicked on export & print button of crystalreport object nothing happens. no error just it open new window(wizard) for export option asking for export format but when click on 'OK' nothing happen same with print option.
Is i have to write any special code for PRINT & EXPORT option that.

Asgorath
Oct 17th, 2005, 09:14 AM
Have you tried to export them manually?

crReportDocument.ExportToDisk(ExportFormatType.PortableDocFormat, "c:\test.pdf")


Regards
Jorge

sandip
Oct 18th, 2005, 01:58 AM
crReportDocument.ExportToDisk this code work in only .net windows application and not in web app
THANKS LOT