crystalruchs
Programmer
Hi everybody,
I am trying to pass a Dataset to the Crystal Report at runtime, so that I can prevent the Crystal Report from making physical connection with the Data Base.
I get my Dataset from the stored procedure within C#, and same stored procedure is bound to the Crystal Report. My question is How can I prevent Crystal Report at runtime from making connection to the Database & calling the stored procedure. It should just display the data received from the Dataset.
I am generating Crystal Rpeort from C#, and DB I am conecting to is MS-SQL server.
Thanks in advance.
Ruchi
I am trying to pass a Dataset to the Crystal Report at runtime, so that I can prevent the Crystal Report from making physical connection with the Data Base.
I get my Dataset from the stored procedure within C#, and same stored procedure is bound to the Crystal Report. My question is How can I prevent Crystal Report at runtime from making connection to the Database & calling the stored procedure. It should just display the data received from the Dataset.
I am generating Crystal Rpeort from C#, and DB I am conecting to is MS-SQL server.
Thanks in advance.
Ruchi