ActiveReports Developer 7
HtmlExportOptions Property
See Also 
GrapeCity.ActiveReports.Web.v7 Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class : HtmlExportOptions Property

Glossary Item Box

Returns an HtmlExportOptions object to set HTML-specific properties when you use the HTML ViewerType in the WebViewer control.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property HtmlExportOptions As HtmlExportOptions
C# 
public HtmlExportOptions HtmlExportOptions {get;}

See Also