hello,
good day
can i export org chart to an exported files,
and what about printing in org chart?
Hello,
I am just checking if my last reply was helpful for you.
If you require any further assistance please do not hesitate to ask.
thank you for your support, but in our case we have a huge data, i need to print Org chart in multiple pages, when i try to print by your post, it printed only the nodes appears in the screen only, i need to print all nodes in multiple pages, so i need you help
thank you
Ehab Said
After some research the functionality that you are looking for has been determined to be a new product idea. I have sent your product idea directly to our product management team. Our product team chooses new product ideas for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested ideas, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your idea is chosen for development, you will be notified at that time. Your reference number for this product idea is PI12060018.
If you would like to follow up on your product idea at a later point, you may contact Developer Support management via email. Please include the reference number of your product idea in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com
Thank you for your request.
Hi
I asked for printing to be incorporated when the Org Chart component was first released but I can't see any reference to that now!
Andrew Hunot
Hello Andrew,
Currently we do not provide built-in functionality for printing of the XamOrgChart. This is why I suggest using of the approach which Peter shows in his blog :
https://ko.infragistics.com/community/blogs/b/petar_monov/posts/controls-to-images
If you have any other questions on this matter, feel free to ask.
I have implemented the code and he export to png and jpeg works well.
However when i try to export to Excel, I get an unhandled exception saying 'Unable to cast object of type 'Infragistics.Imaging.PngImageEncoder' to type 'Infragistics.Imaging.IImageEncoder' in the following code:
Dim encoder As New PngImageEncoder
Dim imageShape As New WorksheetImage(writablebmp, encoder, Nothing)
Any idea as to the cause of this error?
Also I see that there is a Document.PDF componnt - can this be used to creat a PDF from the image?
Thanks
Andrew
Any chance of a reply to this post - I would dearly like to be able to export my org charts to Excel?
Also is it possibel to create a PDF of an org chart?