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 命名空间