ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapSubItem Class / RightMargin Property

In This Topic
    RightMargin Property (MapSubItem)
    In This Topic
    Width of the right margin. An expression should evaluate to a Length. The default value is 0 in.
    Syntax
    'Declaration
     
    Public Property RightMargin As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo RightMargin {get; set;}
    See Also