I've got a VB.Net app that is generating reports and exporting them to pdf, xls, etc.
I want to be able to capture the total page count of the generated report.
I know there is a special field(or function) called TotalPageCount and I'm using that on the report itself.
But is it possible to access that TotalPageCount value from my vb.net code?
Either before or after the .Export would be fine.
Thanks
I want to be able to capture the total page count of the generated report.
I know there is a special field(or function) called TotalPageCount and I'm using that on the report itself.
But is it possible to access that TotalPageCount value from my vb.net code?
Either before or after the .Export would be fine.
Thanks