ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ExportType Enumeration

In This Topic
    ExportType Enumeration
    In This Topic
    Export types enum
    Syntax
    'Declaration
     
    Public Enum ExportType 
       Inherits System.Enum
    public enum ExportType : System.Enum 
    Members
    MemberDescription
    CsvSpecifies the export to CSV
    DocxSpecifies the export to OOXML Word
    HtmlSpecifies the export to Html
    ImageSpecifies the export to Image
    NoneIndicates that the value of the export is not selected
    PdfSpecifies the export to Pdf
    WordSpecifies the export to Word
    XlsSpecifies the export to Xls
    XmlSpecifies the export to Xml
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Viewer.Common.Model.ExportType

    See Also