ReportStorageExtension.SetData(XtraReport, String) Method
Stores the specified report to a Report Storage using the specified URL.
Namespace: DevExpress.XtraReports.Extensions
Assembly: DevExpress.XtraReports.v20.2.Extensions.dll
Declaration
public virtual void SetData(
XtraReport report,
string url
)
Public Overridable Sub SetData(
report As XtraReport,
url As String
)
Parameters
Name | Type | Description |
---|---|---|
report | XtraReport | An XtraReport class descendant, specifying a report object to be saved. |
url | String | A String specifying the URL, which should be used to save a report. |
Remarks
Call the ReportStorageExtension.CanSetData method before using SetData, to determine whether or not it is allowed to use the specified URL to store a report.
For a code example, see Custom Report Storage.
Implements
DevExpress.XtraReports.Native.IReportStorageTool.SetData(XtraReport, String)
See Also
Feedback