.. _report-example:

###################################################
Report: Create a Simple Word Report with a 3D Model
###################################################

Using the Report Component, one can generate highly customizable reports in Word, PowerPoint and HTML with
integrated and interactive 3D models.

In this example we will load a VTFx model file and use this in a Word report together with some other
information and metadata gathered from the model. 

.. image:: ../images/tut_report.png
    :height: 300 
    :align: center


.. literalinclude:: ../../../../EnvisionDesktop/Tutorials/Report.cpp
    :language: cpp
    :lines: 49-149