CodeCharge Studio

ViewMode Run-Time Property (PHP)

Applies to

Repord Form,

Type

String

Access

read/write

Syntax

object->ViewMode

Description

Retrieves or specifies the report's view mode.
 
Type Description
Print  The report will be displayed in print view mode.
Web  The report will be displayed in Web view mode.

Example

$Report1->ViewMode = "Print";


On-line, printable versions and updates