Skip to main content
A newer version of this page is available. .

ReportStorageExtension.IsValidUrl(String) Method

Determines whether the specified URL is valid in the current Report Storage.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v18.2.Extensions.dll

Declaration

public virtual bool IsValidUrl(
    string url
)

Parameters

Name Type Description
url String

A String specifying a URL value.

Returns

Type Description
Boolean

true if a report exists in a storage for the specified URL; otherwise, false.

Remarks

For a code example, see Custom Report Storage.

See Also