Click here to Skip to main content
15,922,650 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear Friends,,,


How to dynamically or Pro grammatically create fields for a Crystal report using ASP.NET or C#.... I am passing login details in the code itself.

CrystalReport1 report = new CrystalReport1();
report.SetDatabaseLogon("","","","C:\\Documents and Settings\\Admin\\Desktop\\dabase\\datadb.mdb");
crystalReportViewer1.ReportSource=report;


But now i want a field (Customer Name) to be displayed on Crystal report...


Can anyone please help me in this regard....
Posted
Updated 18-Dec-12 21:19pm
v2

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900