I have an incredibly large report that users view and print daily (thousands of pages). They need to view the last page of the report first before printing it to verify the summary info. For non-technical reasons I'm unable to change the report layout (ie. how info is displayed, amount of info, etc.). Is there a way using OpenArgs or report properties to display the last page of the report when it is previewed?
I don't want to use the On Open() event to move to the last page, because it will first take X minutes to open the report, and then another X minutes to move to the last page. I want to start on the last page of the report so user only has to wait X minutes, not 2X minutes.
I suspect the answer is that it's not possible, but thought I'd ask the experts.
TIA,
Steve.
I don't want to use the On Open() event to move to the last page, because it will first take X minutes to open the report, and then another X minutes to move to the last page. I want to start on the last page of the report so user only has to wait X minutes, not 2X minutes.
I suspect the answer is that it's not possible, but thought I'd ask the experts.
TIA,
Steve.