Click here to Skip to main content
15,885,086 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Sadly, I found out that SL 3 doesn't support the FlowDocument.
I need to load a xaml file from the server into the client browser. No problem doing that using the webservice. The problem is how to display the file in a page and allow for printing.

NOTE: The xaml file is actually a simple table having 2 columns and several rows with simple text attributes
Posted

1 solution

You can use
XamlReader.Load()
.

Hope it helps.

 
Share this answer
 


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900