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

CustomizeExportDocumentEventArgs.Stream Property

Gets or sets a stream containing the exported document.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.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