ReportStorageWebExtension.GetData(String) Method
Returns report layout data stored within a report storage medium by the specified report name (URL).
Namespace: DevExpress.XtraReports.Web.Extensions
Assembly: DevExpress.XtraReports.v25.2.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| url | String | A String that identifies a report in the storage. |
Returns
| Type | Description |
|---|---|
| Byte[] | An array of Byte values that is a report layout definition in XML format. |
Remarks
The GetData method uses a specified name (URL) to return report layout data stored within a report storage medium. This method is called if the IsValidUrl method returns true. You can use the GetData method to process report parameters sent from the client if the parameters are included in the report URL’s query string.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the GetData(String) method.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.