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

RebuildResultSchemaContext.ParameterService Property

Specifies an object that provides a service functionality to manage report parameters created in the Report Wizard.

Namespace: DevExpress.DataAccess.UI.Sql

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

NuGet Packages: DevExpress.DataAccess.UI, DevExpress.Win.Design

Declaration

public IParameterService ParameterService { get; set; }

Property Value

Type Description
IParameterService

An object implementing the IParameterService interface.

See Also