Switch to: V12V11V10V9V8V7V6V5

Report Margin Properties

report.bottomMargin

Declaration:

report.bottomMargin (r/w) Integer

Description:

Specifies the bottom margin of page in millimetres.

Example:

var oldMargin = report.bottomMargin;
report.bottomMargin = 30;

report.leftMargin

Declaration:

report.leftMargin (r/w) Integer

Description:

Specifies the left margin of page in millimetres.

Example:

var oldMargin = report.leftMargin;
report.leftMargin = 30;

report.rightMargin

Declaration:

report.rightMargin (r/w) Integer

Description:

Specifies the right margin of page in millimetres.

Example:

var oldMargin = report.rightMargin;
report.rightMargin = 30;

report.topMargin

Declaration:

report.topMargin (r/w) Integer

Description:

Specifies the top margin of page in millimetres.

Example:

var oldMargin = report.topMargin;
report.topMargin = 30;