Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets a Boolean value that indicates whether to keep the entire tablix member together if possible.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Overridable ReadOnly Property KeepTogether As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
true if the entire tablix member should be kept together if possible; otherwise, false.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering