Hello,
How can I resolve the last page number, and total page count of a report?
Thanks
Hello,
How can I resolve the last page number, and total page count of a report?
Thanks
Good Query…
You can use pagetotal() method.take a control and add this method in your control property-sheet as
DataMethod = pagetotal
Pagetotal is Standard function for calculating total page in a report.