Skip to main content

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

public virtual bool CanSetData(
    string url
)

Parameters

Name Type Description
url String

The report identifier that identifies a report in the storage.

Returns

Type Description
Boolean

true if a report storage can save a report with the specified name; otherwise, false.

See Also