ActiveReports 8
JavaScript Property
See Also 
GrapeCity.ActiveReports.Export.Html.v8 Assembly > GrapeCity.ActiveReports.Export.Html.Page Namespace > Settings Class : JavaScript Property

Glossary Item Box

Gets or sets whether or not JavaScript will be included in the html. True indicates JaveScript will be used; otherwise false. The default is true.

Syntax

Visual Basic (Declaration) 
Public Property JavaScript As System.Boolean
C# 
public System.bool JavaScript {get; set;}

Property Value

A boolean value indicating whether or not JavaScript will be used in the html

Remarks

Disabling JavaScript will prevent some features for working correctly.

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