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

QueryBuilderEditQueryContext.ParameterService Property

Provides access to the service for managing report parameters.

Namespace: DevExpress.DataAccess.UI.Sql

Assembly: DevExpress.DataAccess.v18.2.UI.dll

Declaration

public IParameterService ParameterService { get; set; }

Property Value

Type Description
IParameterService

An object implementing the IParameterService interface.

See Also