Skip to main content
A newer version of this page is available. .

Member Table: Save and Restore Layout

  • 2 minutes to read
Member Description
PivotGridControl.SaveLayoutToRegistry Saves a Pivot Grid Control’s layout to a system registry path.
PivotGridControl.SaveLayoutToStream Saves a Pivot Grid Control’s layout to the specified stream.
PivotGridControl.SaveLayoutToXml Saves a Pivot Grid Control’s layout to an XML file.
PivotGridControl.RestoreLayoutFromRegistry Restores the layout stored at the specified system registry path.
PivotGridControl.RestoreLayoutFromStream Restores a Pivot Grid Control’s layout from the specified stream.
PivotGridControl.RestoreLayoutFromXml Restores a Pivot Grid Control’s layout from the specified XML file.
PivotGridControl.OptionsLayout Provides options which control how the Pivot Grid Control’s layout is stored to/restored from storage (a stream, xml file or system registry).
PivotGridControl.LayoutUpgrade Occurs when a layout is restored from storage (a stream, xml file or the system registry) and its version is different than that of the control’s current layout version. This event lets you customize the control’s layout immediately after an earlier version of the control’s layout has been loaded from storage.
PivotGridControl.BeforeLoadLayout Occurs before a layout is restored from storage (a stream, xml file or the system registry). This event allows you to prevent the layout from being restored from storage and thus being applied to the current control.
PivotGridControl.SaveCollapsedStateToFile Saves the collapsed state of field values to the specified file.
PivotGridControl.SaveCollapsedStateToStream Saves the collapsed state of field values to the specified stream.
PivotGridControl.LoadCollapsedStateFromFile Restores the collapsed state of field values from the specified file.
PivotGridControl.LoadCollapsedStateFromStream Restores the collapsed state of field values from the specified stream.