hello !
i am working on a telerik reports , i worked on them in asp.net and we can just pass parameters to the report by by just doing this
Response.Redirect("rptReportViewerTelerik.aspx?report=rptInvestmentAnalysis&fromDate=" + txtFDate.Text + "&toDate=" + txtTDate.Text + "&doctorTypeID=" + txtDType.Text + "&investmentTypeID=" + txtSegType.Text + "&locationID=" + txtLocation.Text);
but now i am working in a winform application . i dont know how to pass values to my report of my textboxes and datetimepickers . please guid me through it , i have to complete this project as soon as possible.
Regards