Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
2k views

Why am I losing my databinding when printing to an XpsDocument?

Update! Binding works. The issue is that the XpsDocumentWriter doesn't properly write the first page of the first document of a FixedDocumentSequence. This seems to be an issue encountered by lots ...
0
votes
2answers
216 views

Show several FixedDocuments in a DocumentViewer, as if they were a single document

In my WPF app, I have several FixedDocument objects, which I want to display together in a DocumentViewer, as if they were a single document. It's easy to display a single FixedDocument in a document ...