Skip to main content
All docs
V18.2

ASPxClientReportParametersPanel Methods

The client-side equivalent of the ASPxClientDocumentViewer control’s Parameters Panel.
Name Description
AssignParameter(String, Object) Assigns a value to a parameter of the report displayed in the document viewer.
AssignParameters(ASPxClientReportParameterInfo[]) Assigns a value to a parameter of the report displayed in the document viewer.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetEditorByParameterName(String) Returns a value editor that is associated with a parameter with the specified name.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetParameterNames() Returns an array storing the names of parameters available in a report.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also