Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
private
void
subReport1_ItemDataBound(
object
sender, System.EventArgs e)
{
var subRep = (Telerik.Reporting.Processing.SubReport)sender;
var item = Telerik.Reporting.Processing.ElementTreeHelper.FindChildByName(subRep.InnerReport,
"textBox2"
,
true
);
}