Skip to content

piPage - cWebDRReportViewer

Type

Integer

Default

0

Arguments

None

Description

Can be set to navigate to a certain page.

The property is a web synchronized property, which means that the WebSet / WebGet commands need to be used.

Sample

Object oViewer is a cWebDRReportViewer
    Procedure GoToPage Integer iPage
        WebSet piPage to iPage
    End_Procedure
End_Object