Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.Reporting.v4.3 Assembly / Xceed.Grid.Reporting Namespace / ImageExportSettings Class
Members


In This Topic
    ImageExportSettings Class
    In This Topic
    Specifies the settings that apply to an exported report when the export format is an image (Jpeg, Tiff).
    Syntax
    'Declaration
     
    Public Class ImageExportSettings 
       Inherits ExportSettings
    'Usage
     
    Dim instance As ImageExportSettings
    public class ImageExportSettings : ExportSettings 
    Inheritance Hierarchy

    System.Object
       Xceed.Grid.Reporting.ExportSettings
          Xceed.Grid.Reporting.ImageExportSettings

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ImageExportSettings class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the author of the export settings. (Inherited from Xceed.Grid.Reporting.ExportSettings)
    Public PropertyGets or sets the description of the export settings. (Inherited from Xceed.Grid.Reporting.ExportSettings)
    Public Property (Inherited from Xceed.Grid.Reporting.ExportSettings)
    Public PropertyGets a boolean value indicating if the Author property has been explicitly set. (Inherited from Xceed.Grid.Reporting.ExportSettings)
    Public PropertyGets a boolean value indicating if the Description property has been explicitly set. (Inherited from Xceed.Grid.Reporting.ExportSettings)
    Public Property (Inherited from Xceed.Grid.Reporting.ExportSettings)
    Public PropertyGets a boolean value indicating if the Keywords property has been explicitly set. (Inherited from Xceed.Grid.Reporting.ExportSettings)
    Public PropertyGets a boolean value indicating if the Landscape property has been explicitly set. (Inherited from Xceed.Grid.Reporting.ExportSettings)
    Public PropertyGets a boolean value indicating if the Margins property has been explicitly set. (Inherited from Xceed.Grid.Reporting.ExportSettings)
    Public PropertyGets a boolean value indicating if the PaperSize property has been explicitly set. (Inherited from Xceed.Grid.Reporting.ExportSettings)
    Public PropertyGets a boolean value indicating if the Resolution property has been explicitly set.  
    Public PropertyGets a boolean value indicating if the Title property has been explicitly set. (Inherited from Xceed.Grid.Reporting.ExportSettings)
    Public Property (Inherited from Xceed.Grid.Reporting.ExportSettings)
    Public PropertyGets or sets the keywords associated with the export settings. (Inherited from Xceed.Grid.Reporting.ExportSettings)
    Public PropertyGets or sets a value indicating whether the Report is exported in landscape or portrait orientation. (Inherited from Xceed.Grid.Reporting.ExportSettings)
    Public PropertyGets or sets the System.Drawing.Printing.Margins for the Report's pages. (Inherited from Xceed.Grid.Reporting.ExportSettings)
    Public PropertyGets or sets the size of the Report's pages. (Inherited from Xceed.Grid.Reporting.ExportSettings)
    Public PropertyGets or sets a value indicating the resolution of the report when it is exported as an image (Jpeg, Tiff).  
    Public PropertyGets or sets the title associated with the export settings. (Inherited from Xceed.Grid.Reporting.ExportSettings)
    Public Property (Inherited from Xceed.Grid.Reporting.ExportSettings)
    Top
    Public Methods
     NameDescription
    Public MethodResets the value of the Author property to its default value, a null reference (Nothing in Visual Basic). (Inherited from Xceed.Grid.Reporting.ExportSettings)
    Public MethodResets the value of the Description property to its default value, a null reference (Nothing in Visual Basic). (Inherited from Xceed.Grid.Reporting.ExportSettings)
    Public Method (Inherited from Xceed.Grid.Reporting.ExportSettings)
    Public MethodResets the value of the Keywords property to its default value, a null reference (Nothing in Visual Basic). (Inherited from Xceed.Grid.Reporting.ExportSettings)
    Public MethodResets the value of the Landscape property to its default value, false. (Inherited from Xceed.Grid.Reporting.ExportSettings)
    Public MethodResets the value of the Margins property to its default value, a null reference (Nothing in Visual Basic). (Inherited from Xceed.Grid.Reporting.ExportSettings)
    Public MethodResets the value of the PaperSize property to its default value, a null reference (Nothing in Visual Basic). (Inherited from Xceed.Grid.Reporting.ExportSettings)
    Public MethodResets the value of the Resolution property to its default value, ImageExportResolution.Fine.  
    Public MethodResets the value of the Title property to its default value, a null reference (Nothing in Visual Basic). (Inherited from Xceed.Grid.Reporting.ExportSettings)
    Public Method (Inherited from Xceed.Grid.Reporting.ExportSettings)
    Top
    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