Relative Content

Tag Archive for .netcrystal-reportsdataset

crystal report generate using dataset and pass parameters from report to code

I have a visual studio project which shows reports using crystal reports. Previously in this project crestal reports directly connected to Sql sever database so when the user wants to see a report they call the report and crystal report handles the rest. this makes ever user need to have access to the database to view a report now I need to modify this project so data comes through a dataset using a web api.