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

    ReportStorageBase.GetData(String) Method

    Returns a report object stored in a Report Storage using the specified handle.

    Namespace: DevExpress.ExpressApp.ReportsV2

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

    Declaration

    public virtual byte[] GetData(
        string url
    )

    Parameters

    Name Type Description
    url String

    A String specifying a handle which was used to store a report.

    Returns

    Type Description
    Byte[]

    An array of Byte values representing a stream containing a report.

    See Also