Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IReportManagerService Methods

Provides methods to convert data from a data grid (for GridReportManagerService) or a data source (for StandaloneReportManagerService) into a report.
Name Description
AssignDataSource(XtraReport) Populates the specified report with data.
GenerateReport(XtraReport) Generates a new report based on the specified initial report.
GetReport(ReportInfo) Retrieves and returns the report by the specified ReportInfo.
GetReports() Retrieves a list of all saved reports.
RemoveReport(ReportInfo) Remove the specified report from the service store.
SaveReport(XtraReport) Saves the specified report to the service’s store.
ShowReport(XtraReport, ReportInfo, Boolean, Boolean, Boolean) Shows the specified report in the Report Designer.
UpdateReport(ReportInfo, XtraReport) Saves changes for the specified report.
See Also