Yesterday i was working on Crystal reports.
Actually I am working on an Web Based Automation Application using ASP.Net and C#,
and want to include some crystal reports on it.
The problem faced by me was that the images and charts are not rendered on my page with the data. So I was searching for the Article on the Crystal reports and find this
I am using push model of Crystal Report; Storing DataSet in Cache and then using it as a DataSource to my Crystal Report.
I am using total manual coding to create Data Adapter and DataSet; But If i am not storing the DataSet into the cache it genrates an error at runtime that server unable to Deliver the information you are requesting; that’s why i am using cache object to store the DataSet.
Now i want to use pull model,
and want more flexiblity in Crystal Report.
Filed under: DotNet, My Work Table....