Back to Devexpress

WebDocumentViewerClientSideEvents.DocumentReady Property

xtrareports-devexpress-dot-xtrareports-dot-web-dot-webdocumentviewerclientsideevents-10ecaa0c.md

latest1.7 KB
Original Source

WebDocumentViewerClientSideEvents.DocumentReady Property

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

Namespace : DevExpress.XtraReports.Web

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

NuGet Package : DevExpress.Web.Reporting

Declaration

csharp
[DefaultValue("")]
public string DocumentReady { get; set; }
vb
<DefaultValue("")>
Public Property DocumentReady 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

DocumentReady

WebDocumentViewerClientSideEvents Class

WebDocumentViewerClientSideEvents Members

DevExpress.XtraReports.Web Namespace