Chapter 13 Logging and Reporting : Advanced logging : Customizing FortiOS reports with CLI : Configuring a style : Example
  
Example
Since you need to configure several different styles for different parts of the report, such as footers and headers, the following is grouped into parts.
To configure footers and headers
config report style
edit web-footerheader
set options align font
set align center
set font-size xx-small
set font-family Arial
set font-weight normal
set font-style normal
next
To configure pages
edit web-pages
set options align margin column
set align justify
set margin-top 5
set margin-bottom 5
set margin-right 6
set margin-left 7
set column-gap 3
set column-span all
next
To configure the table of contents, headings and title
edit web-toc-title
set options align font
set font-family Arial
set font-weight bold
set font-style normal
set font-size x-large
set align center
next
edit web-toc-heading1
set options align font
set font-weight bold
set font-size large
set font-style normal
set align left
next
edit web-toc-heading2
set options align font
set font-family Arial
set font-size medium
set font-style normal
set font-weight bold
set align left
next
edit web-toc-heading3
set options align font
set font-family Arial
set font-size medium
set font-style italic
set font-weight bold
set align left
next
To configure the page headings style
edit web-page-heading1
set options align font
set font-family Arial
set font-size large
set font-style normal
set font-weight bold
set align left
next
edit web-page-heading2
set options align font
set font-family Arial
set font-size medium
set font-style normal
set font-weight bold
next
edit web-page-heading3
set options align font
set font-family Arial
set font-size medium
set font-style italic
set font-weight bold
next
To configure the chart style
edit web-chart
set options align font
set font-family Arial
set font-size small
set font-style normal
set font-weight bold
set align font
next
To configure the cover page
edit web-cover
set options align font
set font-family Arial
set font-size xx-large
set font-style normal
set font-weight bold
set align center
end
end