You can experiment with various values in the width and height fields in
/reporting/includes/header2.inc, line 72
$this->AddImage($logo, $ccol, $this->row, 0, 40);
The 0 is the width and 40 is the height. Try to set both values to 0. If it doesn't work you can experience with the width or height parameter.
/Joe