Condividi tramite


Proprietà Tablix.KeepTogether

Indicates the entire tablix (all repeated sections) should be kept together on one page if possible.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property KeepTogether As Boolean 
    Get
'Utilizzo
Dim instance As Tablix 
Dim value As Boolean 

value = instance.KeepTogether
public bool KeepTogether { get; }
public:
property bool KeepTogether {
    bool get ();
}
member KeepTogether : bool
function get KeepTogether () : boolean

Valore proprietà

Tipo: System.Boolean
A Boolean value.

Vedere anche

Riferimento

Tablix Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering