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.