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
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?