The CSS snippet below will make sure your report title is centered inside the PDF or when printing.
@media print {
.headerLeft h1 {
text-align: center !important;
}
}
To apply this snippet in your report, open the report for editing, open the main menu, choose Style and scroll down to Custom CSS.
Comments
0 comments
Please sign in to leave a comment.