[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.ReportsCore.Tools.ReportCombiner.SetMargin

SetMargin Method

SetMargin(Length, Length, Length, Length)

Sets the margins of the report.

Declaration
public void SetMargin(Length top, Length right, Length bottom, Length left)
Parameters
Type Name Description
Length top

Top margin

Length right

Right Margin

Length bottom

Bottom Margin

Length left

Left Margin

SetMargin(Length, Length)

Sets the margins of the report.

Declaration
public void SetMargin(Length topAndBottom, Length rightAndLeft)
Parameters
Type Name Description
Length topAndBottom

Top and bottom margins

Length rightAndLeft

Right and left margins

SetMargin(Length)

Sets the margins of the report to the specified value.

Declaration
public void SetMargin(Length all)
Parameters
Type Name Description
Length all

Margin length