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

ReportInfoViewModel.Info Property

Gets a ReportInfo instance identifying the underlying report.

Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public ReportInfo Info { get; }

Property Value

Type Description
ReportInfo

A ReportInfo object identifying the underlying report.

See Also