We've never had this ability in CR for VS so I suggest you log your Enhancement request to Idea Place
Don
Hi Michael,
Fuels Manager appears to be some third party application you are using.
I suggest you contact them for support.
Don
the only thing the FuelsManager application does is pass in the parameters. Once the report has been displayed, the end user selects the export button in the top left corner, selects the export format (.xls) it is at this point that the old CR 10 runtime engine would allow the user to select whether they wanted to export all pages or a single page and the CR 13 runtime engine is not. The CR 13 runtime exports all pages.
You can now set those options by RPT file.
In CRD Click on File, Export Options and select your format and then set the properties you want:
Save the report, you'll have to see if enabling the range pops up the range dialog box.
In code you can get the saved export options and set them or create your own UI to select the range and set in code.
Don
Add comment