PageBreak 属性

Defines the page break behavior for the data region.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property PageBreak As PageBreak
    Get
用法
Dim instance As DataRegion
Dim value As PageBreak

value = instance.PageBreak
public PageBreak PageBreak { get; }
public:
property PageBreak^ PageBreak {
    PageBreak^ get ();
}
member PageBreak : PageBreak
function get PageBreak () : PageBreak