or
Telerik.Reporting.Processing.
DetailSection section = sender as Telerik.Reporting.Processing.DetailSection;
Telerik.Reporting.Processing.
ReportItem commessaItem = (Telerik.Reporting.Processing.ReportItem)section.ChildElements.Find("txtIdCommessa", false)[0];
Telerik.Reporting.
DetailSection section = sender as Telerik.Reporting.DetailSection;
Telerik.Reporting.
TextBox commessaItem = (Telerik.Reporting.TextBox)section.Items.Find("txtIdCommessa", false)[0];
txtConteggioUtenze.Value =
"Test";
does not print nothing.
Can anyone suggest me the object to use to handle the value of a text box or the event to use ?
do I have to use the item events to manage their values ?
I'm attaching also the report.cs to have support