ReportStorageBase.SetData(XtraReport, String) Method
Stores the specified report to a Report Storage using the specified handle.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
Declaration
Parameters
Name | Type | Description |
---|---|---|
report | XtraReport | An XtraReport object to be saved. |
url | String | A String specifying the handle which should be used to save a report. |
Remarks
Call the ReportsStorage.CanSetData method before using SetData to determine whether or not it is allowed to use the specified handle to store a report.
See Also