[]
Sets the margins of the report.
public void SetMargin(Length top, Length right, Length bottom, Length left)
Type | Name | Description |
---|---|---|
Length | top | Top margin |
Length | right | Right Margin |
Length | bottom | Bottom Margin |
Length | left | Left Margin |
Sets the margins of the report.
public void SetMargin(Length topAndBottom, Length rightAndLeft)
Type | Name | Description |
---|---|---|
Length | topAndBottom | Top and bottom margins |
Length | rightAndLeft | Right and left margins |
Sets the margins of the report to the specified value.
public void SetMargin(Length all)
Type | Name | Description |
---|---|---|
Length | all | Margin length |