Hi,
I really need to find a step by step solution to make this work, I swear I tried all the indications and videos posted here, I searched the forum and looked at all the threads.
I can not resolve the passage of bind parameters to the report,
My report uses a dataset with a SqlTableAdapter, and when I set the value of the parameter by hand, inside the "reportParametes" and "filters" thats works fine.
but now, I need to call that report from a ReportViewer in a aspx webform, i also need to pass the value selected in a DropDown to filter the Report Results.
I'm using the newest version of TelerikReporting, but the videos and Howtos that I've found here seen to be for old version.
please, anyone could give a light? a "step by step" how to get that thing working
Scenario:
What I have to do , to pass the Year selected in DropDown to the report called by the ReporterViewer?
Tks
I really need to find a step by step solution to make this work, I swear I tried all the indications and videos posted here, I searched the forum and looked at all the threads.
I can not resolve the passage of bind parameters to the report,
My report uses a dataset with a SqlTableAdapter, and when I set the value of the parameter by hand, inside the "reportParametes" and "filters" thats works fine.
but now, I need to call that report from a ReportViewer in a aspx webform, i also need to pass the value selected in a DropDown to filter the Report Results.
I'm using the newest version of TelerikReporting, but the videos and Howtos that I've found here seen to be for old version.
please, anyone could give a light? a "step by step" how to get that thing working
Scenario:
- A Webform reportview.aspx with DropDown with years ( 2008/2009/2010) and a ReporterViewer that calls report1 class from my referenced assembly.
- My report class is running well from "Preview" when I set the parameters by hand, but I need to get that parameter from reportviewer aspx page
- I'm using a Dataset with SqlTableAdapter where the method GetDataBy(@year) needs a parameter with the selected Year, to execute SELECT * FROM MYTABLE WHERE YEAR(DATE) = @year
What I have to do , to pass the Year selected in DropDown to the report called by the ReporterViewer?
Tks