Skip to main content

RestoreReportDocumentFromCacheEventArgs(XtraReport, String) Constructor

Initializes a new instance of the RestoreReportDocumentFromCacheEventArgs class with the specified report and key.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public RestoreReportDocumentFromCacheEventArgs(
    XtraReport report,
    string key
)

Parameters

Name Type Description
report XtraReport

An XtraReport instance whose report document to restore.

key String

A String value, which represents a unique key used when retrieving a report document from the cache. This value is assigned to the RestoreReportDocumentFromCacheEventArgs.Key property.

See Also