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

    ReportStorageBase.SetData(XtraReport, Stream) Method

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

    Namespace: DevExpress.ExpressApp.ReportsV2

    Assembly: DevExpress.ExpressApp.ReportsV2.v25.1.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