PageHeader
This component is responsible for providing the content of page's header and will repeat at the top of each page;
<PageHeader>report header</PageHeader>
caution
This component must be used as a direct children of Section component and only one instance of it must exist per section.
caution
You must avoid adding content with dynamic height to this component. it will break the layout logic system.