I saw in the documentation that you can only use the PageNumber and PageCount global methods in the report header and footer sections. I have a reuirement where I need to have those values in the Report Header. How can I set those values in a textbox on the Report Header?
1 Answer, 1 is accepted
0
Svetoslav
Telerik team
answered on 13 Jun 2008, 10:06 AM
Hello Vince,
As described in Report Life Cycle topic the PageCount/PageNumber are available only in Page Header/Footer Sections. Unfortunately it is not possible to use them in the report content at all.
As described in the documentation the paging is performed by the rendering extensions according to the format/media they handle and the rendering usually happens after the report is being processed (data bound).