Hi
I'm new to Telerik Report perhaps you could help.
I've created a new report which binds to an object I created previously. The report runs OK but never produces any data. I have initialised the report as here: -
Public Sub New(ByVal OnlineBookingData As ClassWebInterface.cwiOnlineBooking.OnlineBookingData)
InitializeComponent()
Me.DataSource = OnlineBookingData.SummaryItemList
End Sub
OnlineBookingData.SummaryItemList is an arraylist of objects including fields I want to include in the report. I have confirmed that the SummaryItemList contains data but nothing show on the report.
Have I missed something?
Any help appreciated.
Regards,
Mike