Skip to main content
A newer version of this page is available.

ReportsStorage.SetData(XtraReport, Stream) Method

Stores the specified report to a Report Storage using the specified handle.

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

public virtual void SetData(
    XtraReport report,
    Stream stream
)

Parameters

Name Type Description
report XtraReport

An XtraReport object to be saved.

stream Stream

A Stream object which should be used to save a report.

Remarks

Call the ReportsStorage.CanSetData method before using SetData to determine whether or not it is allowed to use the specified handle to store a report.

See Also