Свойство TablixMember.KeepTogether
Gets or sets a Boolean value that indicates whether to keep the entire tablix member together if possible.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property KeepTogether As Boolean
Get
Set
'Применение
Dim instance As TablixMember
Dim value As Boolean
value = instance.KeepTogether
instance.KeepTogether = value
public bool KeepTogether { get; set; }
public:
property bool KeepTogether {
bool get ();
void set (bool value);
}
member KeepTogether : bool with get, set
function get KeepTogether () : boolean
function set KeepTogether (value : boolean)
Значение свойства
Тип: System.Boolean
true to keep the entire tablix member together; otherwise, false.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel