ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapSpatialElementTemplate Class / OffsetY Property

In This Topic
    OffsetY Property
    In This Topic
    Gets or sets the Y offset for the element in geographic units. An expression should evaluate to a System.Double.
    Syntax
    'Declaration
     
    Public Property OffsetY As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo OffsetY {get; set;}
    See Also