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


In This Topic
    ReportSettings Class
    In This Topic
    Class which represents the report settings of a Xceed.Grid.GridControl.
    Syntax
    'Declaration
     
    Public Class ReportSettings 
    'Usage
     
    Dim instance As ReportSettings
    public class ReportSettings 
    Remarks

    The report settings constitute various parameters of a report that generally are specific to a grid; that have no place in a ReportStyleSheet or ReportStyle instance. Usually a user would want these settings saved each time he prints a report with a specific grid. This saving feature is the default behavior of ReportSettings.

    Inheritance Hierarchy

    System.Object
       Xceed.Grid.Reporting.ReportSettings

    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