Exago .NET API Documentation
wrExportType Enumeration
WebReports.Api Namespace : wrExportType Enumeration
Represents a report export file type.
Syntax
public enum wrExportType : System.Enum 
Members
MemberValueDescription
Csv4Export as a comma-separated value text file.
Default6Default type specified by the loaded report; if not specified, default type specified by the current config.
Excel1Export as an Excel file.
Html0Run in the browser, using the appropriate viewer.
Pdf2Export as a PDF file.
Rtf3Export as an RTF file.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         WebReports.Api.wrExportType

See Also

Reference

WebReports.Api Namespace