Skip to main content
All docs
V25.1
  • .NET 8.0+

    ReportStorageBase.IsNewReportHandle(String) Method

    Checks if the specified report handle is new.

    Namespace: DevExpress.ExpressApp.ReportsV2

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