Easiest way to do that is probably to use CB Content Bot then substitute the tab into a Joomla article. The user can then just go to that article and use Joomla article print feature to easily print their tab. Won't work if you need other users to print a specific users tab though. Another option is to create custom print CSS using the media tag print. Example as follows.
Code:
@media print {
// this CSS only applies to print views
}
You could also explore using CB Auto Actions to do this as well. Specifically a Code action. You'd then just directly link to that code action from profile using a Custom HTML field. Adding &users=[user_id] to the auto action URL in the Custom HTML field will ensure it outputs data from that profile.