UseRequestPage Property

Version: Available or changed with runtime version 1.0.

Sets whether a request page is presented to the user.

Applies to

  • Xml Port
  • Report

Property Value

True if you want to show a request page; otherwise, false. The default is true.

Syntax

UseRequestPage = false;

Remarks

If UseRequestPage is false, then a request page is not shown. The user cannot choose a sort order or set any filters. To run an XMLport without using a Request page, this property must be set to false.

You can override the setting of the UseRequestPage property at runtime by setting the ReqWindow parameter of the Run (Report) Method, RunModal (Report) Method, or Run (XMLport) Method.

See Also

Properties