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 monitor ReadyBoost usage?
Refreshing Worksheets
How to set the datagridview column header text to a mixedCase+windows programming vb.net 2005
how to create an embedded table within an app that can occasionallly be updated
VBscript Logon Error
EditIndex property of the gridview does not work
Password Management Software
Issues installing Crystal Report Viewer with cxlibw-1-6.dll Using Package and deployment VB6 and Crystal Version 10
Removing duplicate SPNs (Service Name Providers)
How do I convert a Tab Separated Format .TXT file into an Excel 2007 CSV file?