Hi,
when i am exporting the data to PDF. The pdf is showing as blank.
Here is my code:
UltraGrid1.DataSource = table;
ultraGridDocumentExporter1.Export(this.UltraGrid1,"grid1.pdf",GridExportFileFormat.PDF);
Please give the solution. Deadline is coming for code submission.
Thanks & Regards,
Suman George
Well, if the grid has data and the export is blank, then either that's a bug in the version of the controls you are using or there's something else going on in your application that you haven't told me about.
Can you post a small sample project demonstrating this behavior so we can check it out?
hi mike,
thanx for responding.
I checked the grid has the data. i also checked t count it's coming perfectly.
I'm afraid I can't guess why it's not working just from these two lines of code. Are you sure the grid has any data in it? Does the data in the grid display on the screen? Did you try checking the grid.Rows.Count?