ReportManagerServiceViewModel(ReportManagerService) Constructor
In This Article
Initializes a new instance of the ReportManagerServiceViewModel class with the specified settings.
Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions
Assembly: DevExpress.Xpf.ReportDesigner.v24.2.dll
NuGet Package: DevExpress.Wpf.Reporting
#Declaration
public ReportManagerServiceViewModel(
ReportManagerService service
)
#Parameters
Name | Type | Description |
---|---|---|
service | Report |
A service associated with the current View |
See Also