[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.Designer.IReportStore.UpdateReport

UpdateReport Method

UpdateReport(ReportType, string, Stream)

Updates the report.

Declaration
string UpdateReport(ReportType reportType, string reportId, Stream reportData)
Parameters
Type Name Description
ReportType reportType

The type of the report.

string reportId

The ID of the report to update.

Stream reportData

The data of the report to update.

Returns
Type Description
string

The ID of the updated report.