Свойство KeepTogether

Indicates that the entire contents of the textbox should be kept together on one page if possible.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property KeepTogether As Boolean
    Get
'Применение
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

Значение свойства

Тип: System. . :: . .Boolean
A Boolean value.