ExportOptions.RestoreFromRegistry(String) Method
Loads export options from the system registry.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v22.2.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
path | String | A String value specifying the system registry path. |
Remarks
Export options can be saved to a data store via the ExportOptions.SaveToRegistry method. Use the RestoreFromRegistry method to restore export options.
For information on specifying a registry path where export options are stored, see the ExportOptions.SaveToRegistry topic.