Hiya,
I have the report control set as tree view on the screen. I can drag and drop the parent records but not the childs inside the parent record. I also cant move the childs outside the parents.
I have set EnableDragDrop, UnrestrictedDragDrop and SortedDragDrop to true. In the documentation, it says here for unrestricteddragdrop.
Description
Specifies whether child rows can be dropped to any position, not just among
sibling child records.
Property type
Read-write property
Syntax (Visual Basic)
Public Property UnrestrictedDragDrop() As Boolean
Return Type
Default is False. Set to True to allow a chile row to be dropped anywhere in
the report.
Remarks
If True, and a child row is dropped outside it's sibling child rows it will
become a new parent row at the dropped location.
I add the parent records by using records.add() then parent.childs.add() to add a child insude the parent.
Any ideas? is it a bug?
Many thanks
Melly.