I am new to crystal reports and using crystal report with .Net (WinForm / Visual Studio 2010).
I was thinking what would be the way to setup page size and top, botto
And to change them programmatically:
yourReportObject.PrintOptions.PaperSize = CrystalDecisions.Shared.PaperSize.PaperA4; yourReportObject.PrintOptions.ApplyPageMargins(new CrystalDecisions.Shared.PageMargins(0, 0, 0, 0));