If you have added the page number in the Report footer of your Telerik report, it is very easy to prevent displaying the page number in the first page. It can be done by preventing displaying the report footer on the first page.
In your report select the report footer and right click and go to properties(Or press F4 key to view properties of selected item in Visual Studio). Then set the property "PrintOnFirstPage" to "False". Then the page footer which have page number will not be displayed in the report's first page.
Please note if you have data to be displayed more than page number in the report footer as that data also will not be displayed in the Report's first page.
0 comments:
Post a Comment