CacheReportDocumentEventArgs.Key Property
Gets or sets a string value, which represents a unique key used when storing a report document to the cache.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Property Value
Type | Description |
---|---|
String | A String value which represents a unique key. |
Remarks
To store a report document to the cache using a unique key, the CacheReportDocumentEventArgs.SaveDocumentToFile and CacheReportDocumentEventArgs.SaveDocumentToMemoryStream methods should be used.
See Also