Web Report Data Not Showing
Posted: Sat Jul 07, 2007 3:09 am
Hi,
I have designed my report using StiReportWeb.
Now I have this code to bind it.
Dim dt As New dsAccount.AccountDataTable
Dim da As New dsAccountTableAdapters.AccountTableAdapter
dt = da.GetData()
dt.TableName = "Account"
Dim report As StiReport = Nothing
report = stiReport.GetReport
report.RegData("Account", dt)
stiViewer.Report = report
Problem is the records is not showing, I have confirm that the DataTable contains data.
Thank you.
I have designed my report using StiReportWeb.
Now I have this code to bind it.
Dim dt As New dsAccount.AccountDataTable
Dim da As New dsAccountTableAdapters.AccountTableAdapter
dt = da.GetData()
dt.TableName = "Account"
Dim report As StiReport = Nothing
report = stiReport.GetReport
report.RegData("Account", dt)
stiViewer.Report = report
Problem is the records is not showing, I have confirm that the DataTable contains data.
Thank you.