1
Answer

How to create Crystal report based multi stored procedures

Mahmoud Fadl

Mahmoud Fadl

7y
2.3k
1

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.

Answers (1)