[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataSource.Transaction

Transaction Property

Transaction

Gets or sets a value indicating whether the data source should execute its datasets within a single transaction.

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

A bool value. true if the data source executes within a single transaction; otherwise, false. Default is false.

Examples
var dataSource = new DataSource();
dataSource.Transaction = true;