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

ExportOptions.RestoreFromXml(String) Method

Loads export options from the specified XML file.

Namespace: DevExpress.XtraPrinting

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

Declaration

public void RestoreFromXml(
    string xmlFile
)

Parameters

Name Type Description
xmlFile String

A String value specifying the XML file from which export options are read.

Remarks

Export options can be saved to a data store via the ExportOptions.SaveToXml method. Use the RestoreFromXml method to restore the export options.

See Also