
Hello,
I have a create a report in which there will be dynamic number of columns. How can I add dynamic columns in a report and if the report size gets wider than the page size then the first two columns should repeat on the next page and the dynamic columns should start from the next after what is displayed on the first page.
What makes this report tricky is that is has to page not only on rows but on columns. For example the dynamic columns of type is "Room Type" with columns "K-1A" through "DD-1B" on one page. And If there are more room types, I need to create a second page with the same rows but with the additional room types. The header of Room Type(The dynamic column should be dynamic also)
For the deatiled view of report please see the following link:
http://picasaweb.google.com/lh/photo/lVd31YDancIyTPORZrwPaQ?feat=directlink
Hope my problem is clear in these words.
Please reply as I have to deliver my report as early as possible.
Thanks
Yuvika
Hi
I just copy the code from another thread and convert it to vb.net. I want to get the "cateID" data in ItemDataBound event, however, it (sCurrentID) always receive null. Are there any mistake in my code
Private Sub detail_ItemDataBound(ByVal sender As Object, ByVal e As System.EventArgs) Handles detail.ItemDataBound
Dim procDetail As Telerik.Reporting.Processing.DetailSection = CType(sender, Telerik.Reporting.Processing.DetailSection)
Dim oRow As DataRowView = TryCast(procDetail.DataItem, DataRowView)
Dim sCurrentID As String = TryCast(oRow("CateID"), String)
End Sub
Please help me, thx a lot.
Alexis

http://picasaweb.google.com/yuvika.1may/UntitledAlbum?feat=directlink#5313802050885294866
Code is there in the above link.
I tried setting the background image in code also but it shows that it is read only property.
Please reply if I can set the background image to textbox added dynamically????
Thanks
Yuvika