Skip to main content
A newer version of this page is available. .

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

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