Map.PageBreak Property
Gets the page break behavior for the map.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property PageBreak As PageBreak
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.PageBreak
A PageBreak object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace