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
Antivirus email protection on Symantec Endpoint Protection
using date data in =CONCATENATE formula
php dynamic drop down creation disrupting UPDATE, feature
Windows Clustering Vs 3rd Party App for Relocation of Servers.
Restore Guest OS on Window 2008 Hyper-V
comp1, comp2, comp3, comp4. Mon1, Mon2, Mon3, Mon4. See body of question.
Print .xml document....ASP
JQuery problem
Classic ASP Cookie Error
Find and Replace hundreds of line of VBScript code via SQL statement