You can do this in the report itself.
1. Right-click on the object that needs to be bold and select Format...
2. Go to the Font Tab and click on the formula button to the right of "Style:"
3. Enter a formula something like this:
If {MyTable.Field1} > 100 then crBold else crRegular
This way the report will do the formatting for you.
-Dell