3

I was wondering if it is possible adding a WPF-Table within a FixedDocument/FixedPage. It seems, as if it is not supported by default.

Is there some kind of workaround to achieve this?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Oliver Vogel
  • 1,988
  • 1
  • 20
  • 33

1 Answers1

1

This blog post series explains how to do multipage WPF reports with tables: http://janrep.blog.codeplant.net/post/WPF-Multipage-Reports-Part-I.aspx

You can also use WPF Reports (open-source) to do multi-page tables and much more.

Eduardo Molteni
  • 38,786
  • 23
  • 141
  • 206