If a report template has more than one page component, that component will not fit on one page when the report is rendered. If the CanBreak property is set to true, the component will be split into parts. If the CanBreak property is set to false and the component is larger than the report page, the report engine will try to move it to the second page. If the data does not fit on the second page, it will be forced to break regardless of the value set in the CanBreak property or whether this property is available for the component in the report template. Additionally, force breaking will output a blank page in front of the component. The first page of the report is empty and the data output starts on a new page each time. In this case, all special bands are also printed on that page.