Populating Crystal reports using a datasource
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I have to create a statement for each client from my application.I have a stored procedure that filters the transactions data for each client using say the client ID.Linking or executing the stored procedure is a method in my data access layer through to my business layer returning a datatable.I want my crystal report to be populated using this methods, so i can pass the client ID as a parameter. Please help.
ML Lingwati