ActiveReports Developer 7
RightMargin Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Report Class : RightMargin Property

Glossary Item Box

Gets or sets the width of the right margin.

Syntax

Visual Basic (Declaration) 
Public Property RightMargin As Length
C# 
public Length RightMargin {get; set;}

Property Value

Length structure indicating the width of the right margin.

Remarks

The default value is 0in.

See Also