Freigeben über


Tablix.KeepTogether-Eigenschaft

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property KeepTogether As Boolean 
    Get
'Usage
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

Eigenschaftswert

Typ: System.Boolean
A Boolean value.

Siehe auch

Verweis

Tablix Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace