Back to Devexpress

IReportManagerService Interface

wpf-devexpress-dot-xpf-dot-reports-dot-userdesigner-dot-extensions-1b6ee56f.md

latest2.3 KB
Original Source

IReportManagerService Interface

Provides methods to convert data from a data grid (for GridReportManagerService) or a data source (for StandaloneReportManagerService) into a report.

Namespace : DevExpress.Xpf.Reports.UserDesigner.Extensions

Assembly : DevExpress.Xpf.ReportDesigner.v25.2.dll

NuGet Package : DevExpress.Wpf.Reporting

Declaration

csharp
public interface IReportManagerService
vb
Public Interface IReportManagerService

Remarks

See Report Services to learn more.

Extension Methods

ShowReport(XtraReport, Boolean, Boolean)

ShowReport(ReportInfo, Boolean, Boolean)

ShowReportWizard()

UpdateReport(ReportInfo)

UpdateReport(XtraReport)

See Also

IReportManagerService Members

Report Services

DevExpress.Xpf.Reports.UserDesigner.Extensions Namespace