wpf-devexpress-dot-xpf-dot-reports-dot-userdesigner-dot-extensions-3ada0749.md
The base class for report manager services.
Namespace : DevExpress.Xpf.Reports.UserDesigner.Extensions
Assembly : DevExpress.Xpf.ReportDesigner.v25.2.dll
NuGet Package : DevExpress.Wpf.Reporting
public abstract class ReportManagerService :
ServiceBase,
IReportManagerService,
IReportStorage
Public MustInherit Class ReportManagerService
Inherits ServiceBase
Implements IReportManagerService,
IReportStorage
See Report Services to learn more.
Show 13 items
Object DispatcherObject DependencyObject Freezable Animatable DevExpress.Mvvm.UI.Interactivity.AttachableObjectBase DevExpress.Mvvm.UI.Interactivity.Behavior DevExpress.Mvvm.UI.Interactivity.Behavior<FrameworkElement> DevExpress.Mvvm.UI.ServiceBaseGeneric<FrameworkElement> ServiceBase ReportManagerService GridReportManagerService
StandaloneReportManagerService
ShowReport(XtraReport, Boolean, Boolean)
ShowReport(ReportInfo, Boolean, Boolean)
See Also