Skip to main content

ExportOptionsTool.EditExportOptions(ExportOptionsBase, PrintingSystemBase) Method

Invokes the Export Options dialog.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

public static DialogResult EditExportOptions(
    ExportOptionsBase options,
    PrintingSystemBase ps
)

Parameters

Name Type Description
options ExportOptionsBase

An ExportOptionsTool descendant that specifies the report export options.

ps PrintingSystemBase

A PrintingSystemBase descendant.

Returns

Type Description
DialogResult

A DialogResult enumeration value.

Remarks

If this property returns OK, the export option values that have been changed by a user are applied.

If this property returns Cancel, the default export options values are applied.

See Also