Skip to main content

ReportInfo.Key Property

Gets a value specifying the report’s unique identifier.

Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions

Assembly: DevExpress.Xpf.ReportDesigner.v23.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