Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets a Boolean value that indicates whether to keep the entire tablix member together if possible.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Overridable ReadOnly Property KeepTogether As Boolean
Get
'Uso
Dim instance As TablixMember
Dim value As Boolean
value = instance.KeepTogether
public virtual bool KeepTogether { get; }
public:
virtual property bool KeepTogether {
bool get ();
}
abstract KeepTogether : bool
override KeepTogether : bool
function get KeepTogether () : boolean
Valor de la propiedad
Tipo: System.Boolean
true if the entire tablix member should be kept together if possible; otherwise, false.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering