ActiveReports for .NET 18.0J
Transaction プロパティ

GrapeCity.ActiveReports.PageReportModel 名前空間 > DataSource クラス : Transaction プロパティ

Gets or sets a value indicating whether the data source executes a single transaction for its datasets.

シンタックス
'宣言
 
Public Property Transaction As Boolean
public bool Transaction {get; set;}

プロパティ値

A Boolean value where true indicates that the data source uses a single transaction when executing its datasets; otherwise false. The default value is false.

参照

DataSource クラス
DataSource メンバ