Skip to main content
All docs
V18.2

ASPxClientReportParametersPanel Class

The client-side equivalent of the ASPxClientDocumentViewer control’s Parameters Panel.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public class ASPxClientReportParametersPanel :
    ASPxClientControl

The following members return ASPxClientReportParametersPanel objects:

Remarks

To access an ASPxClientReportParametersPanel, call the ASPxClientDocumentViewer.GetParametersPanel method.

Inheritance

Object
DevExpress.Web.Scripts.JavaScriptObject
DevExpress.Web.Scripts.ASPxClientControlBase
DevExpress.Web.Scripts.ASPxClientControl
ASPxClientReportParametersPanel
See Also