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.