| | | | Browse by category |
Article ID: 77
Last updated: 22 Jun, 2018
Problem
What's the best way to customize the header and footer for printing/print preview?
Cause
Action
You can change the header through
GetParam()->GetProperties()->GetDataHeader().StoreStyleRowCol(1, 1, "left aligned text");
GetParam()->GetProperties()->GetDataHeader().StoreStyleRowCol(1, 2, "centered text"); GetParam()->GetProperties()->GetDataHeader().StoreStyleRowCol(1, 3, "right aligned text"); ... |
footers with ...->GetDataFooter().StoreStyleRowCol.
This article was:
Helpful |
Not helpful
Report an issue
Article ID: 77
Last updated: 22 Jun, 2018
Revision: 3
Views: 1875
Posted: 23 Jan, 2001 by
Meltreger B.
Updated: 22 Jun, 2018 by
Meltreger B.
Others in this category
Powered by KBPublisher (Knowledge base software)