Outlook doesn't provide any direct way to change the task status report layout. You could try using the Application.ItemSend event to intercept the outgoing report item and then modify its Body property, but I haven't tried it myself.

Signature
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
> When I have a specific task open and I select Send Status Report and an
> e-mail is automatically created with the information about the task (
[quoted text clipped - 4 lines]
> be arranged over the infromation about the task ( Subject , status...etc.).
> If this can be done, how?