Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.Reporting.v4.3 Assembly / Xceed.Grid.Reporting Namespace / ExportSettings Class / Margins Property


In This Topic
    Margins Property (ExportSettings)
    In This Topic
    Gets or sets the System.Drawing.Printing.Margins for the Report's pages.
    Syntax
    'Declaration
     
    Public Property Margins As Margins
    'Usage
     
    Dim instance As ExportSettings
    Dim value As Margins
     
    instance.Margins = value
     
    value = instance.Margins
    public Margins Margins {get; set;}

    Property Value

    A System.Drawing.Printing.Margins that represents the margins (in hundredths of an inch) for the Report's pages. By default a null reference (Nothing in Visual Basic), indicating that the printer's default margins will be used.
    Remarks

    The UnitConverter class can be used to convert values to and from hundredths of an inch.

    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