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

In This Topic
    OffsetY Property (MapSpatialElementTemplate)
    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.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo OffsetY {get; set;}
    See Also