PDA

View Full Version : عدم نمایش اطلاعات در ریپورت ویور



فاطی.جدا
یک شنبه 17 دی 1391, 16:25 عصر
سلام
من برای نمایش یک متن طولانی از ریپورت ویور استفاده کردم . ای هم کدم هست .

da = New SqlDataAdapter("select biography FROM [gholeha].[dbo].[tbl_charachter] where name=N'آیت الله بهجت' ", con)
da.Fill(ds, "bio_tbl")

Dim rep As ReportDataSource
rep = New ReportDataSource("dts", ds.Tables("bio_tbl"))
ReportViewer1.LocalReport.DataSources.Clear()
Me.ReportViewer1.LocalReport.DataSources.Add(rep)
ReportViewer1.LocalReport.Refresh()
Me.ReportViewer1.RefreshReport()
اما بعد از اجرا میگه

the source of the report definition has not been specified
مشکل از کجاست ؟

فاطی.جدا
دوشنبه 18 دی 1391, 21:09 عصر
دوستان یک کمکی بکنید خب.چند روزه درگیر این مشکل هستم:(