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
Need a free mapping solution
How to prohibit user from sending to all mailboxes exept a handful.
hibernate still needs power?
Netbook Poison Pill
SBS 2008 Backup to USB Flash Drive
PHP Array Syntax Issue
VBA Excel Delete Records
resize all images in open word document with VBA
This is strange in dbml designer Column name and Enttiy Name is different.
Add to dictionary - where is dictionary located