ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / IReportStore Interface / UpdateReport Method
The type of the report.
The ID of the report to update.
The data of the report to update.

In This Topic
    UpdateReport Method (IReportStore)
    In This Topic
    Updates the report.
    Syntax
    'Declaration
     
    Function UpdateReport( _
       ByVal reportType As ReportType, _
       ByVal reportId As String, _
       ByVal reportData As Stream _
    ) As String
    string UpdateReport( 
       ReportType reportType,
       string reportId,
       Stream reportData
    )

    Parameters

    reportType
    The type of the report.
    reportId
    The ID of the report to update.
    reportData
    The data of the report to update.

    Return Value

    The ID of the updated report.
    See Also