Свойство TablixMember.KeepWithGroup
Gets or sets a value that indicates whether a static tablix member should be kept on the page with the previous or next non-hidden sibling, if possible.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property KeepWithGroup As KeepWithGroupTypes
Get
Set
'Применение
Dim instance As TablixMember
Dim value As KeepWithGroupTypes
value = instance.KeepWithGroup
instance.KeepWithGroup = value
public KeepWithGroupTypes KeepWithGroup { get; set; }
public:
property KeepWithGroupTypes KeepWithGroup {
KeepWithGroupTypes get ();
void set (KeepWithGroupTypes value);
}
member KeepWithGroup : KeepWithGroupTypes with get, set
function get KeepWithGroup () : KeepWithGroupTypes
function set KeepWithGroup (value : KeepWithGroupTypes)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.KeepWithGroupTypes
A KeepWithGroupTypes object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel