Hi,
I have a report in format A5 (front- to back) that will show two tables. These tables are a unique ultragrid where it shows different columns.I made a dynamic selection by doing from the initializelayout of the child grid which fetches data from a parent grid then in button click event create my report with print settings.
For my section I would like to display these two tables so that one of them is rotated in reverse from the other. I tried to create two different sections but it only displays the first table and not the second (to do this I used the Export method of an UltragridDocumentExporter)
Are there any solutions to my problem?I saw that report a advanced layout elements called rotator but it is only used for strings and I don't know if it is possible to do it from a grid
Hello Ca,
I have been investigating into this behavior in another forum thread that you have created, here: www.infragistics.com/.../create-a-report-from-ultragrid-with-2-section-distinct
I have recently provided an answer to that forum thread regarding this rotation of an UltraGrid in a report in that: I don’t believe the IRotator will help you here, but since you have mentioned that you are getting a unique set of columns, I would recommend reorganizing those columns in your UltraGridBand such that they are essentially reversed, as this should have the same effect.
Please let me know if you have any other questions or concerns on this matter.
Thanks for reply!!
Yes I created two same topics, because I had have problems to create a post (sorry)
Unfortunately I think that there aren't solutions for my problem i guess.
For future reference, if your post doesn’t show up right away, please keep in mind that we have a moderation queue so your post will need to be moderated prior to it showing up.
Regarding a solution to the issue(s) you are seeing, I know above I had recommended a reorganization of the columns in the UltraGrid you are looking to export, as I was under the impression that you were looking to essentially reverse the order of the columns? Perhaps I was under the incorrect impression though, and if so, would it be possible for you to please elaborate further on why this doesn’t work for you?