RightMargin (Property)

Applies To:

ReportSection object

Description:

Sets the right margin of the report. Margins are set for the entire report.

Note:

When using this property and the SuspendCalculation (Property) is true, use the Recalculate (Method) to recalculate the Report section.

Action:

Read-write, Number

Example:

This example shows how to set the right margin of the report to .25 inches:

ActiveDocument.Sections["Report"].RightMargin = .25