Hi all,
I'm creating a report module which will save reports to xps format. I found information that to save report to xps I need to generate FixedDocument. I know how to
do this but there is a problem, because every record which is added to report have property of type string which contains rtf text, and I need to display this property as it is formated with all pictures which are included to this text. All could be ok but
when I'm writing to xps file or I want to display FixedDocument I have MemoryOutOfRangeException. Everything is ok when I remove this rtf text from report, so is there any different way to display rtf text without using FlowDocument? or maybe there is some
module to create this kind of reports in xps files?