Compartir a través de


Tablix.KeepTogether Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property KeepTogether As Boolean 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Boolean
A Boolean value.

Vea también

Referencia

Tablix Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering