[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.Designer.IReportStore

IReportStore Interface

Represents methods for storing and managing reports.

Namespace: GrapeCity.ActiveReports.Web.Designer
Assembly: MESCIUS.ActiveReports.Aspnetcore.Designer.dll
Syntax
public interface IReportStore

Methods

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.