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.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
Declaration
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