Свойство KeepTogether

Gets a Boolean value that indicates whether the entire subreport should be kept together in one page if possible.

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

Синтаксис

'Декларация
Public ReadOnly Property KeepTogether As Boolean
    Get
'Применение
Dim instance As SubReport
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
true if the entire subreport should be kept together in one page if possible; otherwise, false.