Skip to main content

ExcelDataSourceBeforeFillEventArgs.Stream Property

Gets or sets a stream that contains a Microsoft Excel workbook or CSV file.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v24.1.Wpf.dll

NuGet Package: DevExpress.Wpf.Dashboard

Declaration

public Stream Stream { get; set; }

Property Value

Type Description
Stream

A Stream object containing a Microsoft Excel workbook or CSV file.

Remarks

Use the ExcelDataSourceBeforeFillEventArgs.StreamDocumentFormat property to specify the format of the document contained in the stream.

As an alternative, you can specify the path to the Microsoft Excel workbook or CSV file stored on the disk using the ExcelDataSourceBeforeFillEventArgs.FileName property.

See Also