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"))
See Also

Reference

FlashViewerOptions Class
FlashViewerOptions Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum