Skip to main content

ReportStorageExtension.SetNewData(XtraReport, String) Method

Stores the specified report object in a Report Storage as a new report using the default URL.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public virtual string SetNewData(
    XtraReport report,
    string defaultUrl
)

Parameters

Name Type Description
report XtraReport

An XtraReport object.

defaultUrl String

A String value specifying the new URL.

Returns

Type Description
String

A String value specifying the report’s URL.

Remarks

For a code example, see Custom Report Storage.

See Also