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.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
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