Gets or sets a value indicating whether all data for all data sets that use the current data source should be fetched within a single transaction.

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool Transaction { get; set; }
Visual Basic
Public Property Transaction As Boolean
	Get
	Set

Remarks

The default value of this property is false.

See Also