Dynamic Crystal Report using .NET 2005 (C#)

This program shows how to dynamically load data from database and application in to the Crystal Report. By using this program we can customize Crystal Report to some limit at the run time of the application that specifying which field (Columns of particular table) should be displayed in the report.

http://www.codeproject.com/useritems/Dynamic_Crystal_Report.asp

Comments