Help me , Search data with dataGuidViewer and print that searching result (vb.Net). I am try verious Code thous are found youtube, but it not work...... Please Help me VB.Net (2010, 2012,2013,)

Recommended Answers

All 2 Replies

Your request is unclear and you didn't share your code so far with what error you received.

If this is a request to write your app for you be sure to publish the full specification and payment rates.

commented: ok. i want search a data or same data using DataGuidViwer and print that searching data. pls help me to send this code.. Vb.net +0

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

    CrystalReportViewer1.ReportSource = "D:\Report\Report\CrystalReport1.rpt"

    CrystalReportViewer1.SelectionFormula = "{tb.ID}= '" & +TextBox1.Text.ToString() & "'"
    CrystalReportViewer1.Refresh()
    CrystalReportViewer1.RefreshReport()

End Sub
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.