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 consume a webservice (external) in VS2010
Max memory on Macbook a1181
remove record from SQL database
Excel macro - Remote data not accessible:
Excel VBA no matter what column I'm in, select the cell in row 5
Secondary BIND can't get update from primary
Getting strings from textboxes
How to graph a fixed line vs individual days data in Excel
Oracle locks
Detecting when a file finishes playing in Embedded Windows Media Player