Skip to main content

MultiQueryConfigureParametersPage.Preview(String) Method

Executes the specified query with the specified parameter values and displays results.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public void Preview(
    string queryName
)

Parameters

Name Type Description
queryName String

A String value that specifies the query name.

See Also