ExportOptions.RestoreFromXml(String) Method
Loads export options from the specified XML file.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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