Crystal Report & DataSet

ebahammed

Member
Joined
Jul 21, 2003
Messages
13
Location
USA
Hello Friends,
I have a dataset that needs to be passed to another webform! I am using session to do that. There I have to create crystal report out of that dataset and display in .PDF format.
Does anybody know how to create a crystal report from a passed dataset?
Also how do I display in .PDF format when an user clicks on a Button in that webform?
Any assistance will be appreciated.
 
This article will tell you what you need to know about passing datasets to a crystal report using the
Push Method .

These articles will show you how to export to a PDF from a windows application. The concepts are basically the same in web forms. The example is available in VB.Net and C#.Net .

Good luck!
 
Back
Top