You cant associate a different dataset for the child
What you can do is to create a dummy dataset and assign parent and child to it. then inside tables you can invoke fields using Scope as required dataset to display it
. So if you want the sum of field from dataset2 in child use
=SUM(Fields!FieldName.value,"dataset2")
etc
Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://ift.tt/19nLNVq http://ift.tt/1iEAj0c
No comments:
Post a Comment