C1WebReport v2.5.20073.258
I have been using the article 1534 as the basis for my report
http://helpcentral.componentone.com/PrintableView.aspx?ID=1534
1,however I run this query get 19 results back, however when i click on the next button It says there are 0 rows returned. Should this work
2, When I select various options and call the SP (returning a smaller subset of the data) the report is not updated.
I have tried a mixture setting things to nothing and databinding all of which do not appear to solve the problem
my code is
reportpath =
c1.DataSource.Recordset =
dt = JobsHelperSP.GetJobsSummary(UserId, CompanyID)
c1.DataSource.Recordset = dt
C1WebReport.Report = c1
C1WebReport.visible =
I also tried to use this
Dim p As ReportParameterCollection = e.Parameters
end sub
But this event is only fired on page load and i need it to fire ?
Anyone got any ideas to help me.. Its driving me mad !!
many thanks
Andrew