[]
Gets or sets a value indicating whether the transactions in the subreport are merged with the parent report.
public bool MergeTransactions { get; set; }
Type | Description |
---|---|
bool | A bool value where |
Subreport subreport = new Subreport();
subreport.MergeTransactions = true;