ASPxClientParametersResetEventArgs Class
Provides data for the ASPxClientWebDocumentViewer.ParametersReset and ASPxClientReportDesigner.PreviewParametersReset events.
Declaration
declare class ASPxClientParametersResetEventArgs extends ASPxClientEventArgs
Remarks
ASPxClientParametersResetEventArgs objects are automatically created, initialized and passed to corresponding event handlers.
Inheritance
constructor(parametersModel, parameters)
Initializes a new instance of the ASPxClientParametersResetEventArgs class with the specified settings.
Declaration
constructor(
parametersModel: any,
parameters: DevExpress.Reporting.Viewer.Parameters.IParameter[]
)
Parameters
| Name | Type | Description |
|---|---|---|
| parametersModel | any | A View Model object for report parameters. This value is assigned to the ASPxClientParametersResetEventArgs.ParametersViewModel property. |
| parameters | IParameter[] | An array of IParameter objects. This value is assigned to the ASPxClientParametersResetEventArgs.Parameters property. |
Properties
Parameters Property
Provides access to report parameters whose values have been reset.
Declaration
Parameters: DevExpress.Reporting.Viewer.Parameters.IParameter[]
Property Value
| Type | Description |
|---|---|
| IParameter[] | An IParameter array. |
ParametersViewModel Property
Provides access to a View Model for report parameters.
Declaration
ParametersViewModel: any
Property Value
| Type | Description |
|---|---|
| any | A View Model object. |