ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapCustomView Class / CenterX Property

In This Topic
    CenterX Property (MapCustomView)
    In This Topic
    X Center of the view in percent of the map content. An expression should evaluate to a System.Double. The default value is 50.
    Syntax
    'Declaration
     
    Public Property CenterX As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo CenterX {get; set;}
    See Also