Microsoft
Software
Hardware
Network
Question : Change crystal reports chart type during runtime
I am using Crystal Reports 10.5 in VS 2008 and trying to change chart type during runtime.
Ex: from 3D bars to 2D bars.
Answer : Change crystal reports chart type during runtime
Just change the & into the XML acceptable value of &
Here are the reserved characters you have to change..
" "
' '
< <
> >
& &
<cfset cleanFirstName = replace(getinfo.FirstName,
"&","&
","all")>
Random Solutions
How to implement Exited eventhandler of System.Diagnostics.Process
?
In workbench: manage connection error to local socket/pipe
Intel NIC Team failure after installing Windows Server 2003 SP2 on Dell PE 2850
"pci system error on bus device function 007ah" and others on HP NetServeer E800
Mysql Failover
How to get Dell poweredge 2970 to recognize hard drives?
Copy database wizard and have this as schedule
Fox 9 and PDF Files
Error on SCR
Implementing optional parameters in a function - C#