Hi team,
I am new for this telerik reporting, I want to create using parameter pass to data-source using stored procedure parameter then i want display data in Report.
Ex: my SP like this
select * from table where Id=iId; So I need to pass value for this iId value through code behind and get that datasource to report.
For this how we pass value report parameter, i am getting report parameter value like this.
report1.ReportParameters["iId"].Value = "2";
But I am not able to set this value available members in datasource parameter value is setting 0. So how can i force to pass this code behind value to that datasource. Data is not displayed because of not passing value to my datasource storedprocedure.
Please give reply ASAP.
Thanks and Rgd's
Surendra Reddy.
I am new for this telerik reporting, I want to create using parameter pass to data-source using stored procedure parameter then i want display data in Report.
Ex: my SP like this
select * from table where Id=iId; So I need to pass value for this iId value through code behind and get that datasource to report.
For this how we pass value report parameter, i am getting report parameter value like this.
report1.ReportParameters["iId"].Value = "2";
But I am not able to set this value available members in datasource parameter value is setting 0. So how can i force to pass this code behind value to that datasource. Data is not displayed because of not passing value to my datasource storedprocedure.
Please give reply ASAP.
Thanks and Rgd's
Surendra Reddy.