Skip to main content
A newer version of this page is available. .

RemoteDocumentSource.ParametersRequestBeforeShow Event

Occurs before displaying the Parameters panel in a Print Prevew.

Namespace: DevExpress.ReportServer.Printing

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public event EventHandler<ParametersRequestEventArgs> ParametersRequestBeforeShow

Event Data

The ParametersRequestBeforeShow event's data class is ParametersRequestEventArgs. The following properties provide information specific to this event:

Property Description
ParametersInformation Provides access to information about the requested parameters.
See Also