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.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
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