Subreport.MergeTransactions プロパティ

定義

データソースが同じ接続を使用している場合、サブレポート内のトランザクションを親レポートのトランザクションとマージすべきかどうかを示す値を取得または設定します。

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

プロパティ値

True データソースが同じ接続を使用している場合、サブレポート内のトランザクションを親のトランザクションと統合すべきかどうか;それ以外は false

属性

適用対象