i'm working on vb6 with a medical application.

at the end of the program i need to display the results
of the analysis.

every value has an associated picture to inform the user
about the value's related anatomy.

the final report will looks like

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
IMAGE......................|...Value.....|..normal value...|..inference..|
++++++++++++++++++++++++++++++++++++++++++++++++++++++++


-----------------------------------------------------------------------
Header 1 (eg: nose width)
-----------------------------------------------------------------------
___________
image1...................|...22.4mm ..|...20-24mm ......|...looks normal
___________

-----------------------------------------------------------------------
Header 2 (eg: nose length)
-----------------------------------------------------------------------
__________
image2..................|...24mm .....|...30-34mm ........|..looks short
___________

----------------------------------------------------------------------
:::::::::::::::

:::::::::::::::

:::::::::::::::

:::::::::::::::


the images' path will be stored in the database against each record's
identifier (usually that which comes in the header)

i would like to use the inbuilt datareports.


can some one please enlighten me on this and help me? please !

thank you