ActiveReports 12
OutputFormat Enumeration

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web Namespace : OutputFormat Enumeration
An enumeration of output formats available with the WebViewer control.
Syntax
'Declaration
 
Public Enum OutputFormat 
   Inherits System.Enum
public enum OutputFormat : System.Enum 
Members
MemberDescription
DdfActiveReports 10 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

Requirements

See Also

Reference

GrapeCity.ActiveReports.Web Namespace