How to get the Report Level data source value inside the list control and this list control is also assigned to another data source?
1 Answer, 1 is accepted
0
Neli
Telerik team
answered on 09 Aug 2021, 09:04 AM
Hello Navi,
You may test using the Global objectReportItem.DataObject. For example: = ReportItem.DataObject.FieldsName
Regards,
Neli
Progress Telerik
Brand new Telerik Reporting course in Virtual Classroom - the free self-paced technical training that gets you
up to speed with Telerik and Kendo UI products. Check it out at https://learn.telerik.com/.
Thank you for answering my question, this helps to me.
I have another question,
How to handle the visibility for group header section that not to print on the first page, and it should print on the additional pages in Report Designer?
Neli
Telerik team
commented on 12 Aug 2021, 09:07 AM
Basically, only the PageHeaderSection has the boolean property PrintOnEveryPage. In the group sections, you can specify wheater to print it on every page. For example, if the content of the group continues to the next page, you can decide wheater to print the group header on the next page.