Click here to Skip to main content
15,890,882 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
hi to all,

where can i put codes in crystal report? i mean lets say i want the address field "address.width = address.textlength" . where can i put this codes? thanks in advance...
Posted
Comments
Philip Stuyck 12-Aug-12 15:28pm    
I don't understand the question. Do you want to code from within the report or from .NET. Crystal reports has some minimal set of functions and code you can put in there. But also via VB.NET or .NET in general you can access some report objects and do some fancy stuff with them too.

1 solution

This is quite a vage question, so im going to give you the link to the documentation with examples from Microsoft:
http://msdn.microsoft.com/en-us/library/bb126227%28v=vs.90%29.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900