Report.UseRequestPage([Boolean]) Method
Version: Available or changed with runtime version 1.0.
Gets or sets whether a request page is presented to the user.
Syntax
[IsUseRequestPage := ] Report.UseRequestPage([SetUseRequestPage: Boolean])
Note
This method can be invoked using property access syntax.
Parameters
Report
Type: Report
An instance of the Report data type.
[Optional] SetUseRequestPage
Type: Boolean
true if a request page will be presented to the user, otherwise false.
Return Value
[Optional] IsUseRequestPage
Type: Boolean
true if a request page is presented to the user, otherwise false.