Visual Basic (Declaration) | |
---|---|
Public Enum OutputFormat Inherits System.Enum |
C# | |
---|---|
public enum OutputFormat : System.Enum |
Member | Description |
---|---|
Ddf | ActiveReports7 RDLX binary file format. |
Html | Browser compatible HTML Format. |
Portable Document Format (PDF). Good for printing and exact WYSIWYG layout. | |
Rdf2 | ActiveReports 2.0 (COM) native file format. It provides precise output, and the comprehensive ActiveReports features (such as table of contents and hyperlinks). |
Rdf3 | ActiveReports.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). |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Web.OutputFormat