ExportDocument gives empty Report
Posted: Wed Jun 08, 2011 7:50 am
Hi,
we've got a problem exporting a report to PDF.
For some users the exported report is ok, for other's the exported PDF Report file is empty.
No Error is shown.
The Application is hosted on a Citrix server (Windows Server 2008 R2 Standard).
Does the Report.exportdocument function need any right for writing in system folders like temp ? like caching the data before exporting to pdf file ?
code were using:
m_StiReport.ExportDocument(StiExportFormat.Pdf, SavePath)
Savepath is the Current User Applicationdata path. The user have the right to write in this folder.
Any Idea's
thx
Stephan
we've got a problem exporting a report to PDF.
For some users the exported report is ok, for other's the exported PDF Report file is empty.
No Error is shown.
The Application is hosted on a Citrix server (Windows Server 2008 R2 Standard).
Does the Report.exportdocument function need any right for writing in system folders like temp ? like caching the data before exporting to pdf file ?
code were using:
m_StiReport.ExportDocument(StiExportFormat.Pdf, SavePath)
Savepath is the Current User Applicationdata path. The user have the right to write in this folder.
Any Idea's
thx
Stephan