Dear Telerik,
Finally I have got my report working but I just wanted to check with you that I have done it correctly.
In my separate report class project I am hard-coding a value for the parameter ("UserID") - so that I can test it.
On the display page I am using..
Dim report As Telerik.Reporting.Report = New eReports.MainReport()
report.ReportParameters("UserID").Value = UsersDB.UserID.ToString 'brings back the logged in users UserID Guid
It works and overrides the hard-coded value but is this correct form please please?
Cheers,
Jack
Finally I have got my report working but I just wanted to check with you that I have done it correctly.
In my separate report class project I am hard-coding a value for the parameter ("UserID") - so that I can test it.
On the display page I am using..
Dim report As Telerik.Reporting.Report = New eReports.MainReport()
report.ReportParameters("UserID").Value = UsersDB.UserID.ToString 'brings back the logged in users UserID Guid
It works and overrides the hard-coded value but is this correct form please please?
Cheers,
Jack