' Margings are left, top, right, bottom in twips
' 1 inch = 1440 twips
myreport.PrintOptions.ApplyPageMargins(New CrystalDecisions.Shared.PageMargins(n_leftmargin, n_topmargin, n_rightmargin, n_bottommargin))
' Margings are left, top, right, bottom in twips
' 1 inch = 1440 twips
myreport.PrintOptions.ApplyPageMargins(New CrystalDecisions.Shared.PageMargins(n_leftmargin, n_topmargin, n_rightmargin, n_bottommargin))