ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapSubItem Class / BottomMargin Property

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