anyone know how to code a crystal report title. in the ide, when you add a new item, crystal report, you can go through a series of setup operations, and then you give the crystal report a title. but, i want to be able to title it depending on what a user selects in a menu. how can i do this?
I have added the crystal report to the project and need to somehow change the title field with code. this is what i have so far...
VB Code:
dim crReport as new CrystalReport1




Reply With Quote