Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Problem rendering pie chart

Author  Topic 

sejals
Starting Member

2 Posts

Posted - 2006-07-18 : 01:46:34
I am facing a problem while rendering a pie chart in the report. I am rendering the report using web service to be exported in pdf format. I have figures

202.64
12677.53
2653.99
8006.04
306.89
23846.22

to be represented in pie chart. It works well when viewed the report using Report manager. But when rendered the report in pdf using web service, it gives error "The underlying connection was closed: An unexpected error occurred on a receive."

But if i order the figures in descending order before rendering the report, it works fine. Can anyone tell me why is this behaviour...

Thanks,
Sejal

sejals
Starting Member

2 Posts

Posted - 2006-07-18 : 06:19:38
I want to know whether is this the right solution?

Sejal
Go to Top of Page
   

- Advertisement -