Hi,
I have NetAdvantage for .NET 2009.1 for WPF and I am using Infragistics3.Wpf.Reporting.v9.1.dll for printing purpose. I have a view which contains textboxes, comboboxes, xamchart and listview. My client wants a print out of this whole screen/view and not just portions of it. My xaml consists of a dockpanel as a parent and inside it I have all other above mentioned controls. I tried passing in the stackpanel name to the contructor of EmbeddedVisualReportSection and printing it but didnt get a print of the whole screen.
Please help.
Thanks
It worked actually. I guess I was earlier passing stackpanel which had the print button inside of it and that caused some trouble. But now I am using dockpanel insead and also have placed the print button outside of it, so now it prints the content of the dockpanel.
But I have a new question now. How can I make the printout span over multiple pages when the content is really long. Right now it does not use more than one page and hence rest of the information is lost. I guess I missing some setting.
Please help. I need some guidance.