ReportStorageExtension.GetData(String) Method
Returns a report definition stored in a Report Storage using the specified URL.
Namespace: DevExpress.XtraReports.Extensions
Assembly: DevExpress.XtraReports.v20.2.Extensions.dll
Declaration
public virtual byte[] GetData(
string url
)
Public Overridable Function GetData(
url As String
) As Byte()
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.
Implements
DevExpress.XtraReports.Native.IReportStorageTool.GetData(String)
See Also
Feedback