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


    ImageExportResolution Enumeration
    Value representing the resolution of the exported JPeg or Tiff report.
    Syntax
    'Declaration
     
    Public Enum ImageExportResolution 
       Inherits System.Enum
     
    'Usage
     
    Dim instance As ImageExportResolution
    Members
    MemberDescription
    FineThe report is exported using fine resolution; 200 pixels per inch.
    StandardThe report is exported using the standard resolution; 100 pixels per inch.
    SuperFineThe report is exported using super fine resolution; 300 pixels per inch.
    Inheritance Hierarchy

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

    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