Skip to main content

CustomizeExportDocumentEventArgs.Stream Property

Gets or sets a stream containing the exported document.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v22.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public Stream Stream { get; set; }

Property Value

Type Description
Stream

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

See Also