Hi all,
I'm trying to print a xamOrgChart content and I'm using the sample in feature browser but the print out that I get is always only the visible part of the component in the screen .
for example if the chart is big and has been scrolled I wont get the hidden part of the chart in the printed document .
would you please help me to solve this issue ?
thanks
PS: I have posted this same issue in xamreport but no one has answered that yet . so I'm trying to ask my question in dv section !
Hi,
Unfortunately, currently the OrgChart doesn’t support printing like this you want. You can submit a feature request at http://devcenter.infragistics.com/protected/requestfeature.aspx
In mean time the closest approach you can use is calling
OrgChart.ScaleToFit();
and print it.