Proprietà 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.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Property RepeatOnNewPage As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
true if the tablix member should be repeated on every page; otherwise, false.
Vedere anche