I have create for CrystalReport format in vb.net website Reports. How to create Crystalreport to PDF Format Report. Pls give example coding.

Recommended Answers

All 2 Replies

Use CrystalReportSource1.ReportDocument.ExportToDisk or CrystalReportSource1.ReportDocument.ExportToHttpResponse or CrystalReportSource1.ReportDocument.ExportToStream method.

so many Thanks.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.