ReportStorageExtension.IsValidUrl(String) Method
Determines whether the specified URL is valid in the current Report Storage.
Namespace: DevExpress.XtraReports.Extensions
Assembly: DevExpress.XtraReports.v20.2.Extensions.dll
Declaration
public virtual bool IsValidUrl(
string url
)
Public Overridable Function IsValidUrl(
url As String
) As Boolean
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.
Implements
DevExpress.XtraReports.Native.IReportStorageTool.IsValidUrl(String)
See Also
Feedback