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

ExportOptions.RestoreFromRegistry(String) Method

Loads export options from the system registry.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public void RestoreFromRegistry(
    string path
)

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.

See Also