Posted 11 April 2018, 1:43 pm EST
You helped me in a previous issue where the detail section of a report grew unexpectedly when the report was run or displayed in “Preview” mode.
The fix included adding: Me.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Custom
Now, when I print the report, it doesn’t print.
To make it print, I need to:
- In the print dialog, I click on “Properties”
- Then I click on “Advanced”
- Then I change “Paper Size” from ARCustomForm to “Letter”.
Two questions:
-
How can I change the Paper Size to default to Letter? Because of an earlier posted issue, I can’t use the Printer Settings tab of the Report Settings dialog. It’s garbled.
-
I want to run the report and print the report directly from my code, without user interaction. How can I do this?
Thanks.