ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer Class / AllowSplitter Property

In This Topic
    AllowSplitter Property (Viewer)
    In This Topic
    Gets or sets a value indicating whether the viewer allows the view to be split into multiple panes.
    Syntax
    'Declaration
     
    Public Property AllowSplitter As Boolean
    public bool AllowSplitter {get; set;}

    Property Value

    true if splitting the view is allowed; otherwise, false. The default is true.
    Remarks
    When set to true, users can split the viewer to compare different sections of a document side by side.
    See Also