Left_Margin

Description

The size of the left margin of the DataWindow object.

Applies to

Style keywords

Syntax

DataWindowSyntaxFromSql:

Style ( Left_Margin = value )

Parameter

Description

value

An integer specifying the size of the left margin in the units specified for the DataWindow

Examples

Example 1

[Visual Basic]
DWSyntaxGenerator.DataWindowSyntaxFromSql(myTrans, sqlstring, 'Style( ... LeftMargin = 500 ... )')