ActiveReports 12
ShowSplitter Property
Example 

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web.ExportOptions Namespace > FlashViewerOptions Class : ShowSplitter Property
Gets or sets a value indicating whether to include a splitter that allows the user to display the report in two sections.
Syntax
'Declaration
 
Public Property ShowSplitter As Boolean
public bool ShowSplitter {get; set;}

Property Value

A Boolean value. True by default.
Remarks
When the FlashViewer is split in two sections, the user can compare two different sections of the same report in the top and bottom panes.
Example
WebViewer.FlashViewerOptions.ShowSplitter = GetBooleanValueFromForm(Request.Form["ShowSplitter"]);
WebViewer.FlashViewerOptions.ShowSplitter = GetBooleanValueFromForm(Request.Form("ShowSplitter"))
See Also

Reference

FlashViewerOptions Class
FlashViewerOptions Members