Sets the left margin tab of the report. Margins are set for the entire report.
When using this property and the SuspendCalculation (Property) is true (which it is by default), use the Recalculate (Method) to recalculate the Report section. |
This example shows how to set the left margin of the report to .25 inches:
ActiveDocument.Sections["Report"].LeftMargin = .25