ReportStorageExtension.SetNewData(XtraReport, String) Method
Stores the specified report object in a Report Storage as a new report using the default URL.
Namespace: DevExpress.XtraReports.Extensions
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
report | XtraReport | An XtraReport object. |
defaultUrl | String | A String value specifying the new URL. |
Returns
Type | Description |
---|---|
String | A String value specifying the report’s URL. |
Remarks
For a code example, see Custom Report Storage.
See Also