MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / DocumentFormat Enumeration

DocumentFormat Enumeration
Enumerates supported report formats for ActiveReports.
Syntax
'Declaration
 
Public Enum DocumentFormat 
   Inherits System.Enum
 
Members
MemberDescription
RdfRepresents an ActiveReports section document.
RdlxRepresents an ActiveReports RDLX, Page or Dashboard report.
RpxRepresents an ActiveReports section report.
Remarks
This enumeration defines the various document formats that ActiveReports can generate or consume. These formats include both XML and binary representations of report documents.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Viewer.Common.DocumentFormat

See Also