DocumentViewerRemoteSourceSettings.RequestParameters Event
Occurs when requesting report parameter values from a remote document source.
Namespace: DevExpress.XtraReports.Web.DocumentViewer
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Event Data
The RequestParameters event's data class is RequestParametersEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Parameters | Returns an object that provides information about report parameters. |
See Also