ASPxClientCustomizeParameterLookUpSourceEventArgs Class
Provides data for the ASPxClientReportDesigner.CustomizeParameterLookUpSource and ASPxClientWebDocumentViewer.CustomizeParameterLookUpSource events.
#Declaration
declare class ASPxClientCustomizeParameterLookUpSourceEventArgs extends ASPxClientEventArgs
#Remarks
ASPxClientCustomizeParameterLookUpSourceEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
#Inheritance
#constructor(parameter, items)
Initializes a new instance of the ASPxClientCustomizeParameterLookUpSourceEventArgs
class with the specified settings.
#Declaration
constructor(
parameter: DevExpress.Reporting.Viewer.Parameters.IParameterDescriptor,
items: DevExpress.Analytics.Utils.IDisplayedValue[]
)
#Parameters
Name | Type | Description |
---|---|---|
parameter | IParameter |
An IParameter |
items | IDisplayed |
An array of IDisplayed |
#Properties
#dataSource Property
Specifies the data source that provides look-up values for the parameter editor.
#Declaration
dataSource: any
#Property Value
Type | Description |
---|---|
any | An Object specifying the data source that provides look-up values to the parameter editor. |
#items Property
Provides access to the collection of look-up parameter values.
#Declaration
items: DevExpress.Analytics.Utils.IDisplayedValue[]
#Property Value
Type | Description |
---|---|
IDisplayed |
An array of IDisplayed |
#parameter Property
Provides access to an object that stores information about a parameter.
#Declaration
parameter: DevExpress.Reporting.Viewer.Parameters.IParameterDescriptor
#Property Value
Type | Description |
---|---|
IParameter |
An IParameter |