Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Subreport Class / MergeTransactions Property

In This Topic
    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