Is it possible to create a simple multi page PDF file with a RDLC report? By simple PDF file, I mean a report that doesn't have any group or detail. Just some text that I wrote in the designer.
What I have tried so far:
- I added a header to the report and let the body of the report empty.
- I set the report format PageSize property to 8.5in by 11in
- I expanded the header height to 22in (So should be 2 pages total..)
- I added some textboxes all over the Header
Expected result when I render the report to PDF: A PDF file with 2 pages (8.5in by 11in each) of text.
What I actualy get: A PDF file with a single 8.5in by 22in page of text.
It seems like the PaperSize is ignored.