hello every one ,
i have generated a report and know i want to open it directly into the pdf reader when the page is loaded please guide me how can i do this .
thanks
Check following tutorial
http://www.codeproject.com/Articles/14597/Convert-a-Crystal-Report-to-PDF
yea i too have the same quesion..anyway i managed to open it but i am not getting some tables in my pdf properly
Dim CrDoc As New CrystalDecisions.CrystalReports.Engine.ReportDocument() CrDoc.Load(Server.MapPath("rptinvoice.rpt"))
CrDoc.ExportToHttpResponse(ExportFormatType.PortableDocFormat, Response, False, "ExportedReport")