Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public ReportInfoViewModel(
    ReportManagerServiceViewModel viewModel,
    ReportInfo info
)

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