Skip to main content
A newer version of this page is available. .

IParameterService.CanCreateParameters Property

If implemented, specifies whether or not the report parameters can be created.

Namespace: DevExpress.DataAccess.Wizard.Services

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

bool CanCreateParameters { get; }

Property Value

Type Description
Boolean

true, if report parameters can be created; otherwise false.

See Also