Skip to main content
All docs
V23.2
.NET 6.0+

ReportStorageBase.SetData(XtraReport, String) Method

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

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

public virtual void SetData(
    XtraReport report,
    string url
)

Parameters

Name Type Description
report XtraReport

An XtraReport object to be saved.

url String

A String specifying the handle 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