Detail_Bottom_Margin

Description

The size of the bottom margin of the DataWindow’s detail area.

Applies to

Style keywords

Syntax

DataWindowSyntaxFromSql:

Style ( Detail_Bottom_Margin = value )

Parameter

Description

value

An integer specifying the size of the bottom margin of the detail area in the units specified for the DataWindow.

Examples

Example 1

[Visual Basic]
DWSyntaxGenerator.DataWindowSyntaxFromSql(myTrans,  sqlstring, 'Style(...Detail_Bottom_Margin = 25 ...)')