ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapDockableSubItem Class / DockOutsideViewport Property

In This Topic
    DockOutsideViewport Property (MapDockableSubItem)
    In This Topic
    Gets or sets the sub item should be docked outside the viewport. Ignored if MapLocation is defined. An expression should evaluate to a System.Boolean.
    Syntax
    'Declaration
     
    Public Property DockOutsideViewport As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo DockOutsideViewport {get; set;}
    See Also