ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapLocation Class / Left Property

In This Topic
    Left Property (MapLocation)
    In This Topic
    The distance of the item from the left of the containing object. An expression should evaluate to a System.Double. The default value is 0.
    Syntax
    'Declaration
     
    Public Property Left As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Left {get; set;}
    See Also