Can anyone help me how to display records in my crystal report control? I followed the steps I found in the Internet but when I run my application the crystal report does not display anything. What might have been causing this? Anyone, please? Our defense is getting closer...
markdean.expres 0 Junior Poster
Recommended Answers
Jump to PostThis are the steps of creating a crystal report
>project-add new item-standard style-select data source for your data-- follow the wizard.
>drop a crystalreportviewer on your form. set its docking propert to fill.
>>>>>actual coding here<<<<<
dim report as new crystalreport1.rdc
reportviewer1.reportsource=report
crystalreportviewer1.refresh
NB:report is a variable.you can call yours …
Jump to PostDear markdean you can use this link to create your crystal report step by step i hope it would be help full. Please click the following link and enjoy and if you have any problem let me know.
http://vb.net-informations.com/crystal-report/vb.net_crystal_reports_tutorials.htm
Jump to PostIn my previous post i have provided you a link if you check this link it is very comprihensive for crystal reports.
Jump to PostIf it doesn't displaying data then it sounds me your report didn't find database did you create connection for your databse?????? or did you provide connecting string??????
All 13 Replies
mogaka 0 Light Poster
infoct 0 Newbie Poster
markdean.expres 0 Junior Poster
prvnkmr194 0 Posting Whiz in Training
markdean.expres 0 Junior Poster
Naveed_786 25 Posting Whiz in Training
prvnkmr194 0 Posting Whiz in Training
kaar3k 0 Newbie Poster
Naveed_786 25 Posting Whiz in Training
markdean.expres 0 Junior Poster
prvnkmr194 0 Posting Whiz in Training
Naveed_786 25 Posting Whiz in Training
felixcomp 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.