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

ReportInfo.Key Property

Gets a value specifying the report’s unique identifier.

Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions

Assembly: DevExpress.Xpf.ReportDesigner.v21.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public string Key { get; }

Property Value

Type Description
String

A string value specifying the report’s unique identifier.

See Also