ExportDocument gives empty Report

Stimulsoft Reports.NET discussion
Post Reply
Stephan1
Posts: 122
Joined: Fri Aug 31, 2007 7:22 am
Location: Germany

ExportDocument gives empty Report

Post by Stephan1 »

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
Stephan1
Posts: 122
Joined: Fri Aug 31, 2007 7:22 am
Location: Germany

ExportDocument gives empty Report

Post by Stephan1 »

Hi,

we've been able to solve the problem.

It was an application setting where the report was not rendered correctly.

Anyway thx

Stephan
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

ExportDocument gives empty Report

Post by Andrew »

Hello,

Great!

Have a nice day!
Thank you.
Post Reply