ReportStorageExtension.GetData(String) Method
Returns a report definition stored in a Report Storage using the specified URL.
Namespace: DevExpress.XtraReports.Extensions
Assembly: DevExpress.XtraReports.v21.2.Extensions.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
url | String | A String specifying a URL, which was used to store a report. |
Returns
Type | Description |
---|---|
Byte[] | An array of Byte values, representing a stream containing a report definition. |
Remarks
To retrieve a report object instead of a definition, use the ReportStorageExtension.AfterGetData method.
For a code example, see Custom Report Storage.
See Also