ActiveReports 6 Online Help
AllowSplitter Property
Example 

Gets or sets a value that determines whether the user is allowed to split the view.
Syntax
'Declaration
 
Public Property AllowSplitter As Boolean
public bool AllowSplitter {get; set;}

Property Value

A Boolean value. True if the user is allowed to split the report view; otherwise, False.  The default value is True.
Example
arv.ReportViewer.AllowSplitter = false;
arv.ReportViewer.AllowSplitter = False
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReportViewerObject Class
ReportViewerObject Members

Send Feedback