[]
Represents methods for storing and managing reports.
public interface IReportStore
Name | Description |
---|---|
DeleteReport(string) | Deletes the report by ID. |
GetReportDescriptor(string) | Gets the report descriptor by ID. |
ListReports() | Gets the list of report information. |
LoadReport(string) | Loads the report content by ID. |
SaveReport(ReportType, string, Stream, SaveSettings) | Saves the report. |
UpdateReport(ReportType, string, Stream) | Updates the report. |