Report

Description

Whether the DataWindow is a read-only report.

Applies to

Style keywords

Syntax

DataWindowSyntaxFromSql:

Style ( Report = value )

Parameter

Description

value

Whether the DataWindow is a read-only report, similar to a DataWindow created in the Report painter. Values are:

  • Yes – The DataWindow is a read-only report.

  • No – The DataWindow is not read-only.

Examples

Example 1

[Visual Basic]
DWSyntaxGenerator.DataWindowSyntaxFromSql(myTrans, sqlstring, 'Style(...Report = yes ...)')