Condividi tramite


Proprietà 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.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property MergeTransactions As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: 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.

Vedere anche

Riferimento

Subreport Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel