ActiveReports Developer 7
OutputFormat Enumeration
See Also 
GrapeCity.ActiveReports.Web.v7 Assembly > GrapeCity.ActiveReports.Web Namespace : OutputFormat Enumeration

Glossary Item Box

An enumeration of output formats available with the WebViewer control.

Syntax

Visual Basic (Declaration) 
Public Enum OutputFormat 
   Inherits System.Enum
C# 
public enum OutputFormat : System.Enum 

Members

MemberDescription
DdfActiveReports7 RDLX binary file format.
HtmlBrowser compatible HTML Format.
PdfPortable Document Format (PDF). Good for printing and exact WYSIWYG layout.
Rdf2ActiveReports 2.0 (COM) native file format. It provides precise output, and the comprehensive ActiveReports features (such as table of contents and hyperlinks).
Rdf3ActiveReports.NET native file format. This format is used with the ActiveReports .NET WinForms Viewer control. It provides precise output, and the comprehensive ActiveReports features (such as table of contents and hyperlinks).

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Web.OutputFormat

See Also