Hi,
I would be grateful for any suggestions as to why the following code produces a blank pdf when downloaded and opened:
if (gridResults.Rows.Count > 0) { // configure exporter ReportGridDocumentExporter.Format = FileFormat.PlainText; ReportGridDocumentExporter.DownloadName = "report.txt"; ReportGridDocumentExporter.TargetPaperOrientation = PageOrientation.Landscape; // trigger export ReportGridDocumentExporter.ExportMode = Infragistics.WebUI.UltraWebGrid.Exporter.ExportMode.Download; ReportGridDocumentExporter.Export(this.gridResults); }
I also have an export to Excel option as well, which works perfectly well, that is rows in the grid are displayed in the xls.
cheers
David
What version of NetAdvantage are you using? Did you try downloading and testing using the latest HotFix.
Magued
Thanks for the reply Magued.
I am using version 2007 Vol. 3 CLR 2.0 product, DocumentExport v7.3.20073.38.
Are hotfixes easy to find?