Gets or sets a value indicating whether the data sets that use this data source should be executed in a single transaction.

The default is false.

Namespace:  C1.C1Rdl.Rdl2008
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

See Also