Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Push data from multiple tables in Crystal Report

I have a crystal report named CR1. Now i want to populate the data from multiple tables into my crystal report CR1. I am using VS2008 and coding language is C# in ASP.net Any help will be appreciated.

like image 715
MARKAND Bhatt Avatar asked Jan 25 '26 13:01

MARKAND Bhatt


1 Answers

Create a stored procedure and then use it as a data source of your report. It will help.

like image 129
Adil Mammadov Avatar answered Jan 28 '26 03:01

Adil Mammadov