Hi All,
I am trying to Show Detail of a student in a school, passing his roll number ( by click of student name in a telerik grid ) A report popup window shown with a combobox on top where list of all roll number is shown and I have to manually select the roll number to display Student detail(which is coming from different tables).
I want to hide that combobox and want to pass parameter dynamically from variable.
Please suggest!
Thanks in advance
Ashish
I am trying to Show Detail of a student in a school, passing his roll number ( by click of student name in a telerik grid ) A report popup window shown with a combobox on top where list of all roll number is shown and I have to manually select the roll number to display Student detail(which is coming from different tables).
I want to hide that combobox and want to pass parameter dynamically from variable.
Please suggest!
Thanks in advance
Ashish
I am facing same issue , I want to pass parameter dynamically from variable and want to show there details by calling storeprocedure.
please suggest!
Thanks
Hello Jayesh,
Please have a look at the Using Parameters with the SqlDataSource component explained - Telerik Reporting and Modify the Report Data Sources through code - Telerik Reporting articles for details on how to pass parameters to your stored procedure in code.
Let me know if you have any further questions.