The number of rows in the detail area of an n-up DataWindow object. This property should be 1 unless the Type property for the Style keyword is Tabular.
DataWindows
Describe argument:
"DataWindow.Rows_Per_Detail"
DataWindowSyntaxFromSql:
DataWindow ( ... Rows_Per_Detail = n ... )
Parameter |
Description |
---|---|
n |
A long specifying the number of rows in each column |
[Visual Basic] DWSyntaxGenerator.DataWindowSyntaxFromSql(myTrans, sqlstring, 'DataWindow(...Rows_Per_Detail = 12 ...)')