ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ExportTypes Enumeration

In This Topic
    ExportTypes Enumeration
    In This Topic
    All supported exports
    Syntax
    'Declaration
     
    Public Enum ExportTypes 
       Inherits System.Enum
    public enum ExportTypes : System.Enum 
    Members
    MemberDescription
    Csv 
    CsvData 
    Doc 
    Docx 
    Json 
    Mht 
    Pdf 
    Rtf 
    TextPrint 
    Tiff 
    Txt 
    Xls 
    Xlsx 
    XlsxData 
    Xml 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Blazor.Viewer.ExportTypes

    See Also