Back to Devexpress

WebDocumentViewerClientSideEvents.CustomizeExportOptions Property

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

latest1.8 KB
Original Source

WebDocumentViewerClientSideEvents.CustomizeExportOptions Property

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

Namespace : DevExpress.XtraReports.Web

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

NuGet Package : DevExpress.Web.Reporting

Declaration

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

CustomizeLocalization

WebDocumentViewerClientSideEvents Class

WebDocumentViewerClientSideEvents Members

DevExpress.XtraReports.Web Namespace