ReportStorageBase.IsNewReportHandle(String) Method
In This Article
Checks if the specified report handle is new.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
#Declaration
#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. |
#Implements
See Also