Subreport.MergeTransactions 属性

Gets or sets a value that indicates whether the 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
True if the transactions in the subreport should be merged with transactions in the parent if the data sources use the same connection; otherwise, false.

请参阅

参考

Subreport 类

Microsoft.ReportingServices.RdlObjectModel 命名空间