How to access the DataSource inside list?

1 Answer 433 Views
Report Designer (standalone)
navi
Top achievements
Rank 1
Iron
navi asked on 04 Aug 2021, 09:01 AM
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

Sort by
0
Neli
Telerik team
answered on 09 Aug 2021, 09:04 AM

Hello Navi,

You may test using the Global object ReportItem.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/.
navi
Top achievements
Rank 1
Iron
commented on 09 Aug 2021, 10:11 AM

Hi Neli,

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.
Tags
Report Designer (standalone)
Asked by
navi
Top achievements
Rank 1
Iron
Answers by
Neli
Telerik team
Share this question
or