Back to Devexpress

ReportManagerService Class

wpf-devexpress-dot-xpf-dot-reports-dot-userdesigner-dot-extensions-3ada0749.md

latest3.5 KB
Original Source

ReportManagerService Class

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

Declaration

csharp
public abstract class ReportManagerService :
    ServiceBase,
    IReportManagerService,
    IReportStorage
vb
Public MustInherit Class ReportManagerService
    Inherits ServiceBase
    Implements IReportManagerService,
               IReportStorage

Remarks

See Report Services to learn more.

Implements

IReportManagerService

IReportStorage

Inheritance

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

Extension Methods

ShowReport(XtraReport, Boolean, Boolean)

ShowReport(ReportInfo, Boolean, Boolean)

ShowReportWizard()

UpdateReport(ReportInfo)

UpdateReport(XtraReport)

See Also

ReportManagerService Members

Report Services

DevExpress.Xpf.Reports.UserDesigner.Extensions Namespace