crystal report with stored procedure parameter and visual studio
1.0.0
This article will describes you about how to create Crystal Report using Stored Procedure Parameters and Visual Studio.
This tutorial will create ASP.NET web application with Web Form which displays all Customers in DropDownList control. On selection of Customer from DropDownList it will call stored procedure which accepts CustomerID as input parameter and return its Customer and Order details. Those Customer and Order details will be shown in Crystal report.
Your Crystal Report will be like
For more details visit blog