TablixMember.RepeatOnNewPage 属性

Gets or sets 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.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property RepeatOnNewPage As Boolean 
    Get 
    Set
用法
Dim instance As TablixMember 
Dim value As Boolean 

value = instance.RepeatOnNewPage

instance.RepeatOnNewPage = value
public bool RepeatOnNewPage { get; set; }
public:
property bool RepeatOnNewPage {
    bool get ();
    void set (bool value);
}
member RepeatOnNewPage : bool with get, set
function get RepeatOnNewPage () : boolean 
function set RepeatOnNewPage (value : boolean)

属性值

类型:System.Boolean
true if a static tablix member should be repeated on every page; otherwise, false.

请参阅

参考

TablixMember 类

Microsoft.ReportingServices.RdlObjectModel 命名空间