Parameters are not working passing to a crystal reports from vb.net -


I am using this code to pass parameters into your Crystal Reports say, but Crystal Reports runtime input parameters . Please help me to resolve it

  new RPT_Maintenance rpt.SetDataSource as Dim rpt (maintenanceDetailsTable) rpt.SetParameterValue ( "datefrom", dtpDateFrom.Text) rpt.SetParameterValue ( "dateto" , DtpDateTo.Text) Rpt.SetParameterValue ( "cat", "all Vehicles") FRM_ReportViewer.CrystelReportViewer.ReportSource = rpt FRM_ReportViewer.ShowDialog () FRM_ReportViewer.Dispose ()    

you can see the following link for directions.




Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -