fixeddocumentsequence

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 of people doing this sort of thing (i.e., five developers worldwide). The solution is slightly odd. I include it as an answer. Okay, i...

ChildControl Height Calculation in Fixed Page Report - WPF

Hi Any idea how to calculate the height of auto generated child controls in fixed-page... When using ActualHeight it give 0.0.... I need to to calculate height of the dynamic content in the fixed page. Thanks and Regards ...