ActiveReports 12
JavaScript Property

GrapeCity.ActiveReports.Export.Html.v12 Assembly > GrapeCity.ActiveReports.Export.Html.Page Namespace > Settings Class : JavaScript Property
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
'Declaration
 
Public Property JavaScript As Boolean
public 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.
See Also

Reference

Settings Class
Settings Members