Skip to main content
A newer version of this page is available. .

CustomizeExportDocumentWebEventArgs.Stream Property

Gets or sets a stream containing the exported document.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.1.Web.dll

Declaration

public Stream Stream { get; set; }

Property Value

Type Description
Stream

A Stream object that specifies a stream containing the exported document.

See Also