Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets a Boolean value that indicates whether to keep the entire tablix member together if possible.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Overridable ReadOnly Property KeepTogether As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
true if the entire tablix member should be kept together if possible; otherwise, false.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering