Hi!
I have 2 Questions for which I haven´t found a sufficent answer elsewhere.
I´m using Telerik Reporting Q2 / 2012 for a Silverlight 4 project, so upgrading is not an option. (Or do the newer Report Versions still work with SL 4?)
The datasource I use is an object datasource.
1. The Datasource contains arrays and lists. In my Report I want to have a dynamic part for each item in the List. I Understand, that you can´t access elements of the list directly, but have to use a seperate datasource for the array. I tried that but the only datafield I see in there ist one item.
How can I implement a report with a dynamic part (f.e. a row in a table) that repeats for every element in the array, without having the need to design them all myself?
2. Trying to solve 1. I have made a binding to the visibility of a row to the number of elements in the array. The row wasn´t visible if the count was less than a specific number, but there was still a white space for it reserved in the report. How can I not only make a part of the report invisible, but also prevent that there is some space reserved for it?
Kind regards
I have 2 Questions for which I haven´t found a sufficent answer elsewhere.
I´m using Telerik Reporting Q2 / 2012 for a Silverlight 4 project, so upgrading is not an option. (Or do the newer Report Versions still work with SL 4?)
The datasource I use is an object datasource.
1. The Datasource contains arrays and lists. In my Report I want to have a dynamic part for each item in the List. I Understand, that you can´t access elements of the list directly, but have to use a seperate datasource for the array. I tried that but the only datafield I see in there ist one item.
How can I implement a report with a dynamic part (f.e. a row in a table) that repeats for every element in the array, without having the need to design them all myself?
2. Trying to solve 1. I have made a binding to the visibility of a row to the number of elements in the array. The row wasn´t visible if the count was less than a specific number, but there was still a white space for it reserved in the report. How can I not only make a part of the report invisible, but also prevent that there is some space reserved for it?
Kind regards