We are able to display data in grid view dynamically. We let the user select one of table out of 153 tables , on selection of of any table we are able to generate a check box list containing fields of the selected table and allow user to select field/s of his choice.On pressing show data button we are able to show the corresponding data in grid view.Now my question is how can i am able to display this data in crystal report using asp.net c# . Please reply fast.
A:
If you are loading a dataset with the data you can set the crystal report datasource to the dataset.
cvwMain.ReportSource = New CustomersBasic()
Example from http://msdn.microsoft.com/en-us/magazine/cc301570.aspx
Nathan Koop
2009-03-18 14:10:50
A:
you can find some dynamic Crystal Report generation in C# here
http://csharp.net-informations.com/crystal-reports/csharp-dynamic-crystal-reports.htm
bb.
bolton
2009-04-15 05:46:56