RemoteDocumentSource.ParametersRequestValueChanged Event
Occurs when the parameter values are changed in the Parameters UI.
Namespace: DevExpress.ReportServer.Printing
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
public event EventHandler<ParametersRequestValueChangedEventArgs> ParametersRequestValueChanged
Event Data
The ParametersRequestValueChanged event's data class is ParametersRequestValueChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
ChangedParameterInfo | Contains information about the parameter whose value changed. |
ErrorText | Gets or sets the error message. |
ParametersInformation | Contains information about the requested parameters. |
See Also