I've searched their site. I just want to find the page number in the vb script. I have a report header, and if it is on page #1 then I want a page break after.
|
feedback
|
|
This code should do the trick. It's the PrintOnPage event handler for a label in your Report Header.
Note that the PageIndex value is zero-indexed. Also, the page index is only available (as far as I know) in the PrintOnPageEventArgs, so this won't work in a Before/AfterPrint event. | |||
|
feedback
|