Subreport.MergeTransactions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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