This is a migrated thread and some comments may be shown as answers.

get Subreport's Parameters value on its ItemDetailBound

1 Answer 69 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jayesh Goyani
Top achievements
Rank 2
Jayesh Goyani asked on 07 Feb 2011, 01:05 PM
hi,
i have one subreport in my report.
i pass parameters to report and report pass this value to sub reports's parameter.
it will work perfectly.

but i want sub reports parameters values on subreport_ItemDataBound().

1 Answer, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 10 Feb 2011, 06:40 AM
i found solution.

report1_ItemDataBinding()
{
Telerik.Reporting.Processing.Report report1 = (sender as Telerik.Reporting.Processing.Report);
EducationPeriodId =Convert.ToInt32(report1.Parameters["EducationPeriodID"].Value.ToString());
}
Tags
General Discussions
Asked by
Jayesh Goyani
Top achievements
Rank 2
Answers by
Jayesh Goyani
Top achievements
Rank 2
Share this question
or