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

In This Topic
    Unit Property (MapLocation)
    In This Topic
    Gets or sets the unit for both left and top. That evaluates to one of MapUnit. The default value is MapUnit.Percentage.
    Syntax
    'Declaration
     
    Public Property Unit As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Unit {get; set;}
    See Also