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


In This Topic
    PersistedSettings Property
    In This Topic
    Gets the case-sensitive  names of the properties of the ReportSettings that will be persisted with the grid and saved or loaded when the Save or Load methods are called.
    Syntax
    'Declaration
     
    Public ReadOnly Property PersistedSettings As PropertyNameCollection
    'Usage
     
    Dim instance As ReportSettings
    Dim value As PropertyNameCollection
     
    value = instance.PersistedSettings
    public PropertyNameCollection PersistedSettings {get;}

    Property Value

    A PropertyNameCollection containing the case-sensitive names of the properties of the ReportSettings that will be persisted with the grid and saved or loaded when the Save or Load method are called. By default, the Title, ColumnLayout, PrinterName, Color, Landscape, Margins, and PaperSize properties will be persisted.
    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