Skip to main content
All docs
V23.2
.NET 6.0+

ReportStorageBase.GetData(String) Method

Returns a report object stored in a Report Storage using the specified handle.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v23.2.dll

Declaration

public virtual byte[] GetData(
    string url
)

Parameters

Name Type Description
url String

A String specifying a handle which was used to store a report.

Returns

Type Description
Byte[]

An array of Byte values representing a stream containing a report.

See Also