Свойство RepeatOnNewPage

Gets 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.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public MustOverride ReadOnly Property RepeatOnNewPage As Boolean
    Get
'Применение
Dim instance As TablixMember
Dim value As Boolean

value = instance.RepeatOnNewPage
public abstract bool RepeatOnNewPage { get; }
public:
virtual property bool RepeatOnNewPage {
    bool get () abstract;
}
abstract RepeatOnNewPage : bool
abstract function get RepeatOnNewPage () : boolean

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

Тип System. . :: . .Boolean
true if the tablix member should be repeated on every page; otherwise, false.