Back to Devexpress

WebDocumentViewerClientSideEvents.ParametersReset Property

xtrareports-devexpress-dot-xtrareports-dot-web-dot-webdocumentviewerclientsideevents-e32aa644.md

latest1.6 KB
Original Source

WebDocumentViewerClientSideEvents.ParametersReset Property

Gets or sets the name of the JavaScript function or the entire code which will handle the ASPxClientWebDocumentViewer.ParametersReset event.

Namespace : DevExpress.XtraReports.Web

Assembly : DevExpress.XtraReports.v25.2.Web.WebForms.dll

NuGet Package : DevExpress.Web.Reporting

Declaration

csharp
[DefaultValue("")]
public string ParametersReset { get; set; }
vb
<DefaultValue("")>
Public Property ParametersReset As String

Property Value

TypeDefaultDescription
StringString.Empty

A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.

|

See Also

WebDocumentViewerClientSideEvents Class

WebDocumentViewerClientSideEvents Members

DevExpress.XtraReports.Web Namespace