共用方式為


TablixMember.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.

請參閱

參考

TablixMember 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間