If you want to pass report parameters to a query or data source filter, you must do so ... of how this can be done.!
VB.NET code : Try Me.EmpTableAdapter.Fill(Me.Ds.emp_payslip) Dim mm As New ReportParameter("pm", m.Value) Dim yy As New ReportParameter("py", y.Value) RV1.LocalReport.SetParameters(New ReportParameter() {mm, yy}) RV1.RefreshReport() Catch ex As Exception MsgBox(ex.Message.ToString) End Try
Vignesh Raja - The Real star
Link to this comment:
All Comments (0)