Eplan Platform API
Eplan.EplApi.HEServices Namespace / Reports Class / Update Method / Update(Page) Method
Report page or a page with embedded report(s) to be updated.

In This Topic
    Update(Page) Method
    In This Topic
    Updates report pages or all embedded reports on a page.
    Syntax
    public void Update( 
       Page oPage
    )
    public:
    void Update( 
       Page^ oPage
    ) 

    Parameters

    oPage
    Report page or a page with embedded report(s) to be updated.
    See Also