Свойство TablixMember.RepeatOnNewPage
Gets or sets a Boolean value that indicates whether a static tablix member should be repeated on every page whenever a visible dynamic member sibling with the corresponding KeepWithGroup or its children appear on that page.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property RepeatOnNewPage As Boolean
Get
Set
'Применение
Dim instance As TablixMember
Dim value As Boolean
value = instance.RepeatOnNewPage
instance.RepeatOnNewPage = value
public bool RepeatOnNewPage { get; set; }
public:
property bool RepeatOnNewPage {
bool get ();
void set (bool value);
}
member RepeatOnNewPage : bool with get, set
function get RepeatOnNewPage () : boolean
function set RepeatOnNewPage (value : boolean)
Значение свойства
Тип: System.Boolean
true if a static tablix member should be repeated on every page; otherwise, false.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel