get_all_report myreport2 = new get_all_report(); myreport2.SetDatabaseLogon("sa", "", "localhost", "Issues", true); myreport2.SetParameterValue("@fld", "rep_number"); myreport2.SetParameterValue("@val", textBox2.Text); report_view myform = new report_view(); myform.crystalReportViewer1.ReportSource = myreport2; myform.ShowDialog();
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)