ReportStorageExtension.CanSetData(String) Method
Determines whether a report with the specified report identifier can be saved.
Namespace: DevExpress.XtraReports.Extensions
Assembly: DevExpress.XtraReports.v25.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| url | String | The report identifier that identifies a report in the storage. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also