Map.PageBreak 属性

Gets the page break behavior for the map.

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

语法

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

value = instance.PageBreak
public PageBreak PageBreak { get; }
public:
virtual property PageBreak^ PageBreak {
    PageBreak^ get () sealed;
}
abstract PageBreak : PageBreak 
override PageBreak : PageBreak
final function get PageBreak () : PageBreak

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.PageBreak
A PageBreak object.

请参阅

参考

Map 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间