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

ReportsStorage.IsNewReportHandle(String) Method

Checks if the specified report handle is new.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v18.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