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
1300
Rotate a ultrawingrid before export it in pdf
posted

Hi ,

I would like to resize and rotate an ultragrid before I export it to pdf  (i am coding in c#).

How can I do that ?

Thanks

  • 469350
    Verified Answer
    Offline posted

    Hi,

    I'm not sure I understand what you mean by "rotate" here. There is no functionality in the grid for rotation - unless maybe you are talking about the column header text.

    As for resizing, I'm not quite sure what you mean by that, either. What do you want to resize. The size of the grid on the form has no effect on the size of the grid in the PDF file. The UltraGridDocumentExporter will AutoSize the columns and rows by default so that all of the data is visible in the PDF file.

    So what, exactly do you want to resize?