Skip to main content
All docs
V18.2

DashboardSourceModel.CustomizeExportDocument Property

Allows you to customize the exported document.

Namespace: DevExpress.DashboardWeb.Mvc

Assembly: DevExpress.Dashboard.v18.2.Web.Mvc5.dll

Declaration

public CustomizeExportDocumentWebEventHandler CustomizeExportDocument { get; set; }

Property Value

Type Description
CustomizeExportDocumentWebEventHandler

A CustomizeExportDocumentWebEventHandler delegate method allowing you to implement custom processing.

Remarks

Implement a CustomizeExportDocumentWebEventHandler delegate method and assign it to the CustomizeExportDocument property. For more implementation details, refer to the CustomizeExportDocumentWebEventHandler delegate description.

See Also