ReportStorageExtension.SetData(XtraReport, String) Method
Stores the specified report to a Report Storage by the specified identifier (saves existing reports only).
Namespace: DevExpress.XtraReports.Extensions
Assembly: DevExpress.XtraReports.v25.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
report | XtraReport | A report object to be saved. |
url | String | An identifier used to save a report. |
See Also