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

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