ActiveReports 9
ShowSplitter Property
Example 

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 System.Boolean
public System.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"))
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

FlashViewerOptions Class
FlashViewerOptions Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum