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

    ReportStorageBase.GetReportDataObjectHandleFromUrl(String) Method

    Removes the ReportsStorage.NewStorageUrlPrefix prefix from the specified handle.

    Namespace: DevExpress.ExpressApp.ReportsV2

    Assembly: DevExpress.ExpressApp.ReportsV2.v25.1.dll

    Declaration

    public virtual string GetReportDataObjectHandleFromUrl(
        string url
    )

    Parameters

    Name Type Description
    url String

    A String specifying a new report handle.

    Returns

    Type Description
    String

    A String specifying an existing report handle.

    See Also