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

Glossary Item Box

Specifies the HTML output type to be used with exporting to an HTML viewer type.

Syntax

Visual Basic (Declaration) 
Public Property OutputType As HtmlOutputType
C# 
public HtmlOutputType OutputType {get; set;}

See Also