Hi, In my application, I want to generate a PDF document which is a copy of the information in the page shown below: In the application i have three entities: Calculation Parent Child The above page contains a DataView of type Calculation, which contains a Listview of type Parent (highlighted in blue), which has nested in it a Listview of type Child (highlighted in red). I've attempted to replicate this display of data in a Document Template, but without listviews I can't see how it is possible. Can anyone give me a clue as to how I can create a Document Template to display the data as I have in the above page, or of any other way I could generate a PDF that looks something like the above?
↧