MergeTransactions 속성
Indicates that transactions in the subreport should be merged with transactions in the parent report if the data sources use the same connection.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property MergeTransactions As Boolean
Get
Set
‘사용 방법
Dim instance As Subreport
Dim value As Boolean
value = instance.MergeTransactions
instance.MergeTransactions = value
public bool MergeTransactions { get; set; }
public:
property bool MergeTransactions {
bool get ();
void set (bool value);
}
member MergeTransactions : bool with get, set
function get MergeTransactions () : boolean
function set MergeTransactions (value : boolean)
속성 값
유형: System. . :: . .Boolean
A Boolean value.