ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Aspnet.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / IReportStore Interface / UpdateReport Method

In This Topic
    UpdateReport Method (IReportStore)
    In This Topic
    Update 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
    reportId
    reportData
    See Also