Hi everybody,
I have two stored procedures from two tables in SQL Server, and I want to call these two stored procedures in one Crystal Report, as shown in this screenshot:
The two stored procedures take two parameters (2 dateTimePicker)
I'm call the stored in Datatable with pass (2 parameters), and make Crystal Report = dt (Datatable).
How to call the two stored procedures in Crystal Report?
Thank you.