[]
        
(Showing Draft Content)

C1.Report.Layout.MarginRight

MarginRight Property

MarginRight

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

Declaration
[C1Description("Layout.MarginRight", "The right page margin, in twips.")]
[TypeConverter(typeof(PageUnitConverter))]
public double MarginRight { get; set; }
<C1Description("Layout.MarginRight", "The right page margin, in twips.")>
<TypeConverter(GetType(PageUnitConverter))>
Public Property MarginRight As Double
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.