Posted on: 5/20/2014 3:43:40 AM | Views : 367

Hi there,
well i'm just creating dektop application that has a reportviewer and come up with the problem stated in the title
well here's my code given that i have my dataset (fset) filled with data
ReportViewer1.RefreshReport() Dim RpDs1 As New Microsoft.Reporting.WinForms.ReportDataSource RpDs1.Name = "fset" RpDs1.Value = fset.Tables("minmax") ReportViewer1.LocalReport.ReportPath = "C:\Documents and Settings\Administrator\Desktop\i\EMTRS\EMTRS\Report1.rdlc" ReportViewer1.LocalReport.DataSources.Clear() ReportViewer1.LocalReport.DataSources.Add(RpDs1) ReportViewer1.RefreshReport() ReportViewer1.Visible = True
theres no problem in the code and it seems to work well but when displaying the report I have error under credit_date column
hope you understand what i'm saying.any help and sugesstion is deeply appreciated (sorry for my english)


...

Go to the complete details ...