Can i create a Report reads from form ??

BLue

Member
Joined
Apr 18, 2007
Messages
6
Programming Experience
Beginner
hi

i'm developing an aps.net application and i have a form that has many fields for the user to enter data but not all of the data shold be stored in the SQL Server database .can i generate a crystal report or any kind of report that reads the information from the form itself not from the database? for example if the user finish to eneter the data in all of the fields and he wantto print the report he can click a button and generate for him the report of the data entered ?? plz i need to know the solution coz it's my first application useing .NET .

BLUE
 
You can pass all sort of data to a Crystal Report (string, integer, dataset...)

So all you have to do is collect them from the form and pass them to CR. Business Objects has some good examples on how to do this. Good luck trying to get that from them... I never like their website and the way they organize things.

Brian
http://brian-dao.blogspot.com

PS: I might write a blog or two about CR if I get some free time.
 
Back
Top