Propriedade do RDL TextBox.KeepTogether
Gets a value that indicates whether the entire contents of the text box should be kept together on one page if possible.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property KeepTogether As Boolean
Get
'Uso
Dim instance As TextBox
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 da propriedade
Tipo: System.Boolean
true if the entire contents of the text box should be kept together on one page if possible; otherwise, false.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering