ActiveReports 8
ShowToc Property (FlashViewerOptions)
Example 

Gets or sets a value indicating whether to display the table of contents pane.
Syntax
'Declaration
 
Public Property ShowToc As System.Boolean
public System.bool ShowToc {get; set;}

Property Value

A Boolean value. True by default.
Example
WebViewer.FlashViewerOptions.TocPanelOptions.ShowToc = GetBooleanValueFromForm(Request.Form["ShowTOC"]);
WebViewer.FlashViewerOptions.TocPanelOptions.ShowToc = GetBooleanValueFromForm(Request.Form("ShowTOC"))
See Also

Reference

FlashViewerOptions Class
FlashViewerOptions Members

Support Forum