Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GridControl Class / ReportSettings Property


In This Topic
    ReportSettings Property
    In This Topic
    Gets the grid's report settings.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    Public ReadOnly Property ReportSettings As ReportSettings
    'Usage
     
    Dim instance As GridControl
    Dim value As ReportSettings
     
    value = instance.ReportSettings
    [Browsable(false)]
    public ReportSettings ReportSettings {get;}

    Property Value

    A reference to a Xceed.Grid.Reporting.ReportSettings object containing the grid's report settings.
    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