Skip to main content

XRDialogRunner.ShowFilterStringEditorDialog(XtraReportBase, IWin32Window) Method

Shows the FilterString Editor.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public static DialogResult ShowFilterStringEditorDialog(
    XtraReportBase report,
    IWin32Window owner = null
)

Parameters

Name Type Description
report XtraReportBase

The report to apply the FilterString to

Optional Parameters

Name Type Default Description
owner IWin32Window null

The owner window

Returns

Type Description
DialogResult

OK, to apply the resulting FilterString; Cancel otherwise

See Also