MergeTransactions Property
In This Topic
Gets or sets a value indicating that transactions in the subreport should be merged with transactions in the parent report (into a single transaction for the entire report) if the data sources use the same connection.
Syntax
'Declaration
Public Property MergeTransactions As Boolean
public bool MergeTransactions {get; set;}
See Also