Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
105
Rotate ultragrid in a report and print in A6 sheet
posted

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

Parents
  • 34810
    Offline posted

    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.

Reply Children