ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Aspnetcore.Designer.Services Namespace / ISectionResourcesService Interface / UpdateReport Method
The identifier of the report to be updated.
Report content

In This Topic
    UpdateReport Method (ISectionResourcesService)
    In This Topic
    Update report
    Syntax
    'Declaration
     
    Function UpdateReport( _
       ByVal id As String, _
       ByVal report As SectionReport _
    ) As String
    string UpdateReport( 
       string id,
       SectionReport report
    )

    Parameters

    id
    The identifier of the report to be updated.
    report
    Report content

    Return Value

    Report id
    See Also