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
40
Printing xamNetworkNode
posted

Hello,

I would like to print the xamNetworkNode. I do not want to use PrintVisual. Is there anyway i could create a flow document and print that?

 

Thanks

Rohit 

Parents
  • 34510
    Offline posted

    Hi Rohit,

    I've looked into your requirements and I believe you should be able to use a FlowDocument where you can embed the XamNetworkNode control and then print the flow document with the PrintDialog.PrintDocument method.  In order to embed the XamNetworkNode within a FlowDocument you will need to contain it within a BlockUIContainer.

     

Reply Children