Click here to Skip to main content
15,885,186 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how can disable database log in in crystal report

but i am using sql server authentication





This is my code
C#
Report.ReportCatCustomersSingle reportcustomer = new Report.ReportCatCustomersSingle();
            reportcustomer.SetParameterValue("@catId", this.dataGridView1.CurrentRow.Cells[0].Value.ToString());
            Report.FormCatProducts fmct = new Report.FormCatProducts();
            fmct.crystalReportViewer1.ReportSource = reportcustomer;
            fmct.ShowDialog();
Posted
Updated 26-Mar-15 12:26pm
v5
Comments
Herman<T>.Instance 26-Mar-15 18:26pm    
Why?

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