Hi
i want to use crystal report
in my report i used a parameterfileds with name "bill_num"

CrystalReport1 report1 = new CrystalReport1();

report1.Parameter_bill_num.CurrentValues.AddValue("my bill number");
         
crystalReportViewer1.ReportSource = report1;

but after running program my report asks me to set a value for "Bil_num"
and ignores my value("my bill number ") and wants a new value

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.