Hello,
No not directly. What you would do is the same in CR Designer, Print Page 1 by setting the page range to 1 and 1 and then print the report. Then export the report to PDF and again setting the start page 2 and then export. Then outside of CR print the PDF.
And there are StartPage and LastPage
RAS has these members:
RasPDFExpOpts.StartPageNumber = 1;
RasPDFExpOpts.EndPageNumber = 1;
Don