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

ReportManagerServiceViewModel(ReportManagerService) Constructor

Initializes a new instance of the ReportManagerServiceViewModel class with the specified settings.

Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public ReportManagerServiceViewModel(
    ReportManagerService service
)

Parameters

Name Type Description
service ReportManagerService

A service associated with the current ViewModel.

See Also