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.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool MergeTransactions { get; set; }
Visual Basic
Public Property MergeTransactions As Boolean
	Get
	Set

See Also