Gets or sets the right margin for each page, in twips.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultValueAttribute()]
public double MarginRight { get; set; }
Visual Basic
<DefaultValueAttribute()> _
Public Property MarginRight As Double
	Get
	Set

Remarks

The margins are measured in twips, from the edges of the paper. You can select the paper size and orientation using the PaperSize and Orientation properties.

The default value for this property is 1440.

See Also