Skip to main content
All docs
V25.2
  • ReportStorageBase.CanSetData(String) Method

    Determines whether it is allowed to store a report in a Report Storage using the specified handle.

    Namespace: DevExpress.ExpressApp.ReportsV2

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

    NuGet Package: DevExpress.ExpressApp.ReportsV2

    Declaration

    public virtual bool CanSetData(
        string url
    )

    Parameters

    Name Type Description
    url String

    A String specifying the handle to store a report.

    Returns

    Type Description
    Boolean

    A String specifying the handle to store a report.

    Remarks

    If the CanSetData method returns true, it is allowed to store a report using the ReportsStorage.SetData method.

    See Also