Skip to main content

RestoreReportDocumentFromCacheEventArgs.RestoreDocumentFromStream(Stream, Boolean) Method

For internal use.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public void RestoreDocumentFromStream(
    Stream stream,
    bool isVirtualDocument
)

Parameters

Name Type Description
stream Stream

A Stream object.

isVirtualDocument Boolean

A Boolean value.

See Also