Skip to main content

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.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public string Key { get; set; }

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