Subreport.MergeTransactions Property

Definition

Gets or sets a value that indicates whether the transactions in the subreport should be merged with transactions in the parent report if the data sources use the same connection.

public:
 property bool MergeTransactions { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
public bool MergeTransactions { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
member this.MergeTransactions : bool with get, set
Public Property MergeTransactions As Boolean

Property Value

True if the transactions in the subreport should be merged with transactions in the parent if the data sources use the same connection; otherwise, false.

Attributes

Applies to