PDA

Click to See Complete Forum and Search --> : filtering the crystal report viewer


snakeman
Mar 30th, 2009, 09:49 AM
hey
i'm using vb.net 2008 pro and i don't know anything about crystal reports.
i already tried working with crystal report and i created one.
but actually i dont know how to filter the report and also i don't know what the best way to connect the items in the report to my DB.
do i need to create a dataset or connect directly to the DB or what??:confused::confused:
Because i connected my application to my DB using datasets and datatables via code (not designer).
what can i do exactly???

and also can someone help with a good website or topic in crystal report?

thx:):):):)

snakeman
Apr 3rd, 2009, 09:22 PM
guys any help :)

snakeman
Apr 10th, 2009, 10:22 PM
guysssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss

hemantpatil
Apr 13th, 2009, 04:26 AM
hello snakeman

for connecting a database to crystal report you just need to give the provider and the db table, views or stored procedures. you need not to create any dataset or datatable for that. and for filtering the data in the crystal report u can use Selection crieteria property of crystal report control and pass required filter.

if you are using SQL as DB then Stored Procedure will be the better option for generating reports as SP's are in precompiled format so it'll help to load reports quiclky.