Skip to main content
All docs
V23.2
.NET 6.0+

ReportStorageBase.IsNewReportHandle(String) Method

Checks if the specified report handle is new.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v23.2.dll

Declaration

public virtual bool IsNewReportHandle(
    string url
)

Parameters

Name Type Description
url String

A String specifying a report handle.

Returns

Type Description
Boolean

true, if the report handle is new; otherwise, false.

See Also