ActiveReports 19 .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 ExpressionInfo
    public ExpressionInfo DockOutsideViewport {get; set;}
    See Also