[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Subreport.MergeTransactions

MergeTransactions Property

MergeTransactions

Gets or sets a value indicating whether the transactions in the subreport are merged with the parent report.

Declaration
public bool MergeTransactions { get; set; }
Property Value
Type Description
bool

A bool value where true indicates that subreport transactions merge with parent report transactions if using the same connection; otherwise false. Default is false.

Examples
Subreport subreport = new Subreport();
subreport.MergeTransactions = true;