ReportInfoViewModel(ReportManagerServiceViewModel, ReportInfo) Constructor
In This Article
Initializes a new instance of the ReportInfoViewModel 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 ReportInfoViewModel(
ReportManagerServiceViewModel viewModel,
ReportInfo info
)
#Parameters
Name | Type | Description |
---|---|---|
view |
Report |
An object representing the service’s main View |
info | Report |
An object containing information about a report. |
See Also