Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
75
Help to print a FreeForm Ultratree
posted

Hello, i need to print a FreeForm Ultratree - is there a way to do it?
I found the function Print() and PrintPreview() only for Grids - i tried also to save the Tree both as Binary and XML and next load into an UltraDataSource with the goal to bind this one to an UltraGrid, with no success.

My Tree is populated-by-code because the Datatable is a result of different SQL-inquiry and code processing. His structure is like this:

Node 0
     Node 1
            Column1     Column2     <...>     Columns n
                data              data             ...              data
                data              data             ...              data
                data              data             ...              data
     Node 2
            Column1     Column2
                data              data     
                data              data     
                data              data      
 Node 4
     Node 5
     Node 6
            Column1     Column2     Column3      <...>        Columns n
                data          data           data             ...              data
                data          data           data             ...              data
                data          data           data             ...              data


Export the tree as image probably could be a temporary ploy, but i don't know how to do it.
Any help is appreciated.

I'm using .NET Framework 3.5 - Visual Basic .NET - Net Advantage  2011 v2

Thanks in advance