Skip to main content
All docs
V18.2

ASPxClientCustomizeParameterLookUpSourceEventArgs.dataSource Property

Specifies the data source that provides look-up values for the parameter editor.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public object dataSource { get; }

Property Value

Type Description
Object

An Object specifying the data source that provides look-up values to the parameter editor.

See Also