Skip to main content

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