Vote count:
0
i have program in vb.net and i use stimulsoft for reporting.
when i click report button for first time , it work but in secend time , report doesnt show nothing. what is the problem. this is my code.
Dim con As New SqlConnection("Server=(local);Database=Apartment;Trusted_Connection=True;") 'Connect To Database Dim da3 As New SqlDataAdapter Dim dtuser As New DataTable da3 = New SqlDataAdapter("select * from Tbl_NewUser order by family", con) da3.Fill(dtuser) Dim ds As New DataSet ds.Merge(dtuser) ds.Tables(0).TableName = "dtuser" dtuser.Clear() Report1.RegData(ds) Report1.Show() Report1.Load("Report1.mrt")
asked 1 min ago
show information in stimulsoft and vb.net
Aucun commentaire:
Enregistrer un commentaire