ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Aspnet.Designer Assembly / GrapeCity.ActiveReports.Aspnet.Designer.Services Namespace / IResourcesService Interface / UpdateReport Method
Report id
Report content

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

    Parameters

    id
    Report id
    report
    Report content

    Return Value

    Report id
    See Also