Filter stops working when spaces in databand name
Posted: Fri Mar 09, 2007 12:37 pm
I discovered if I sent the name of a DataBand to something with spaces, filters quit working.
dataBand.Name = "Data Band";
I'm not sure why this happens since your generated code is changing the name to "Data_Band".
Are there any other syntax rules for band names?
Thanks,
Sandy
dataBand.Name = "Data Band";
I'm not sure why this happens since your generated code is changing the name to "Data_Band".
Are there any other syntax rules for band names?
Thanks,
Sandy