Hello,
I use in my project Telerik Reporting q1 2011. Now it's time to change and upgrade to latest version. I downloaded the 30 days trial of Telerik Reporting 2017 R2 but I found a big problem in one of my report (the most complex and important of my project)
I created a Report with 2 subreports. Every subreport is composed by a table created dinamically (without Editor).
I divided the table in 2 parts:
Header: with repeat in every page
Row
I used a DataTable like DataSource and the columns of my table is created dinamically with the same number of DataTable columns.
Very cell of table is a textbox with value in this format: =Fields.<name_of_field>.
The very strange problem is now: the binding of columns is right but the data is wrong. For Example:
DataTable:
ID - Name
1 - Esteban Lombardo
2 - Alessandro Strazzari
In my report is see:
ID - Name
1 - 1
2 - 2
With debugger is see that every cell is with correct value (=Fields.<name_of_fields>) but on textbox_itemdatabound i see always the <name_of_field> of the first column of DataTable like Value.
You can find my code at this link:
https://www.dropbox.com/s/hvx1ahz8emqysqj/Logica_Telerik_Reporting_2017_r2.zip?dl=0
For me is very important solve this problem because i want to purchase the new Telerik Suite. But if this problem persist i need to use the older version.
Thank you very much
Best regards,
Alessandro Strazzari
I use in my project Telerik Reporting q1 2011. Now it's time to change and upgrade to latest version. I downloaded the 30 days trial of Telerik Reporting 2017 R2 but I found a big problem in one of my report (the most complex and important of my project)
I created a Report with 2 subreports. Every subreport is composed by a table created dinamically (without Editor).
I divided the table in 2 parts:
Header: with repeat in every page
Row
I used a DataTable like DataSource and the columns of my table is created dinamically with the same number of DataTable columns.
Very cell of table is a textbox with value in this format: =Fields.<name_of_field>.
The very strange problem is now: the binding of columns is right but the data is wrong. For Example:
DataTable:
ID - Name
1 - Esteban Lombardo
2 - Alessandro Strazzari
In my report is see:
ID - Name
1 - 1
2 - 2
With debugger is see that every cell is with correct value (=Fields.<name_of_fields>) but on textbox_itemdatabound i see always the <name_of_field> of the first column of DataTable like Value.
You can find my code at this link:
https://www.dropbox.com/s/hvx1ahz8emqysqj/Logica_Telerik_Reporting_2017_r2.zip?dl=0
For me is very important solve this problem because i want to purchase the new Telerik Suite. But if this problem persist i need to use the older version.
Thank you very much
Best regards,
Alessandro Strazzari