Partager via


Propriété Tablix.KeepTogether

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property KeepTogether As Boolean 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Boolean
A Boolean value.

Voir aussi

Référence

Tablix Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering