Flow content and data binding
I'm trying to generate a FlowDocument through a data binding (it's some kind of report). And it looks like that all the flow content elements were not designed for data binding.
MSDN suggests to generate such documents programmatically in C#, that is not an option for me — I'd like to separate "look & feel" from data.
Question: Are there any samples/articles about using the data binding in FlowDocuments?
Thanks in advance,

