Skip to main content

ExportOptions.RestoreFromXml(String) Method

Loads export options from the specified XML file.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

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