ReportInfoViewModel(ReportManagerServiceViewModel, ReportInfo) Constructor
Initializes a new instance of the ReportInfoViewModel class with the specified settings.
Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
viewModel | ReportManagerServiceViewModel | An object representing the service’s main ViewModel. |
info | ReportInfo | An object containing information about a report. |
See Also