2.15.19 Subreport.MergeTransactions

The Subreport.MergeTransactions element indicates that the transactions in a Subreport MUST be merged with transactions in the parent Report (that is, the transactions are merged into a single transaction for the entire report), if the data sources use the same connection.

The Subreport.MergeTransactions element is optional. If this element is present, its value MUST be a Boolean ([XMLSCHEMA2/2] section 3.2.2). If this element is not present, its value is interpreted as false.

Following is the parent element of the Subreport.MergeTransactions element.

Parent elements

Subreport

The following is the XML Schema definition of the Subreport.MergeTransactions element.

 <xsd:element name="MergeTransactions" type="xsd:boolean" minOccurs="0" />