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
Addressing a virtualized server
Import/export error - SQL Server 2005
Manual Feed
How do I import an xml file into a mysql database using php?
Is there a way to find all history after it's deleted and searches?
Pinning harddrive shortcut onto the taskbar
google suggestion scraper
Running FTP command from a batch file
Implementing optional parameters in a function - C#
Displaying "heading" next to detail section in Crystal Reports