IReportManagerService Methods
Provides methods to convert data from a data grid (for GridReportManagerService) or a data source (for StandaloneReportManagerService) into a report.
Name | Description |
---|---|
Assign |
Populates the specified report with data. |
Generate |
Generates a new report based on the specified initial report. |
Get |
Retrieves and returns the report by the specified Report |
Get |
Retrieves a list of all saved reports. |
Remove |
Remove the specified report from the service store. |
Save |
Saves the specified report to the service’s store. |
Show |
Shows the specified report in the Report Designer. |
Update |
Saves changes for the specified report. |
See Also