Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.Reporting.v4.3 Assembly / Xceed.Grid.Reporting Namespace / ExportFormat Enumeration


In This Topic
    ExportFormat Enumeration
    In This Topic
    Value representing the format to be used when exporting the report.
    Syntax
    'Declaration
     
    Public Enum ExportFormat 
       Inherits System.Enum
    'Usage
     
    Dim instance As ExportFormat
    public enum ExportFormat : System.Enum 
    Members
    MemberDescription
    HtmlThe report will be exported in HTML format.
    JpegThe report will be exported in JPEG format.
    PdfThe report will be exported in PDF format.
    TiffThe report will be exported in TIFF format.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Grid.Reporting.ExportFormat

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also