ComponentOne FlexReport for WinForms
IsolationLevel Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > DataSource Class : IsolationLevel Property
Gets or sets the isolation level for DbTransaction used to retrieve the report data.

The default is IsolationLevel.ReadCommitted.

Syntax
'Declaration
 
Public Property IsolationLevel As System.Data.IsolationLevel
public System.Data.IsolationLevel IsolationLevel {get; set;}
See Also

Reference

DataSource Class
DataSource Members