Skip to main content

MultiQueryConfigureParametersPage.CanPreview(String) Method

Returns whether it is possible to preview the result of the specified query’s execution.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool CanPreview(
    string queryName
)

Parameters

Name Type Description
queryName String

A String value that specifies the query name.

Returns

Type Description
Boolean

true, if the query can be executed; otherwise, false.

See Also