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