ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapSubItem Class / LeftMargin Property

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