I create a section that includes a grid that was exported by means of UltraGridDocumentExporter.Export(). It also contains a logo, title, border, etc. When the grid has more columns than will fit on the page, the section's page size gets bumped up by UltraGridDocumentExporter.Export(). If I export the section to PDF using Report.Publish(), I can use the Fit to Printer Margins setting in Acrobat's Print dialog to reduce the page to fit when printed. But when I print directly using Report.Print(), the oversized page gets clipped.
Is there some way to do an overall scale change on an section? Or is there a way to print an oversized section directly to the printer at a resized scale? Or is there a way to scale down the graphic that represent the grid?
Did you try settting report.Preferences.Printing.FitToMargins before calling Print()?
-Matt
I tried it early in the game and it didn't seem to work. However, I tried it again and now it seems to work fine. Thanks!