Click here to Skip to main content
15,910,981 members

Comments by pepcoder (Top 3 by date)

pepcoder 17-Feb-15 9:39am View    
Deleted
<pre>

Name SiO2
HRSG11 -
HRSG12 -
HRSG13 -
HRSG14 1.232
HRSG31 2.232
HRSG31 3.344

After writing the expression : IIf(Fields!SiO2Lab.Value <> "-",Format(Int(Fields!SiO2Lab.Value), "N0"),true)

Name SiO2
HRSG11 #Error
HRSG12 #Error
HRSG13 #Error
HRSG14 1.232
HRSG31 2.232
HRSG31 3.344

</pre>
pepcoder 4-Apr-13 3:49am View    
Hello,
I have fixed the issue of the exception which was throwing while exporting as .pdf file. Can someone please suggest me how can I export multiple graphs into .pdf files.
thanks
pep
pepcoder 4-Apr-13 3:12am View    
Hi,
The code mentioned in "Solution 2" exports graph details in to .pdf file. But at the same it gives an exception also "Error occurred System Threading ThreadAbortException Thread was being aborted". Can anybody please help to fix this issue. Also please let me know how can I export multiple graphs from the same page into a pdf file.