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
765
Adding an UltraTree object into a pdf
posted

Hi

Is there anyway I can and an UltraTree object with ViewStyle Set to Grid into a PDF document.

I have a report I am creating with different charts and Grids. The charts I turn into images and add them to the SectionPage

How can I do the same for the UltraTree objects.

Thanks.

Parents
  • 37774
    Verified Answer
    posted

     There is no exporter available for the UltraTree; you should submit a feature request for this functionality.  You would likely have to build this structure yourself, using the Tree object in the Documents engine and assigning a new Grid or Table instance the child nodes.  I believe that samples of these objects are shipped with the Documents sample in the NetAdvantage SDK.

    -Matt

Reply Children
No Data