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

ReportsStorage.GetData(String) Method

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

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v18.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 definition.

See Also