Skip to main content
A newer version of this page is available. .

IReportManagerService Members

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

Properties

Name Description
HasPreview Gets a value indicating whether this service can show a report in the preview mode.

Methods

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.

Events

Name Description
ReportsChanged Occurs when the service’s collection of reports is changed.
See Also