I created a Master-Detail report by using a SQL connection. I set up a Data Relation in order to tie my master table to my detail table. The report runs fine. However, when I save the report and later re-run it I no longer have the DataRelation. How can I save the DataRelation with the report?
Thanks,
Sandy
How do I save DataRelation with Report?
-
- Posts: 62
- Joined: Mon Dec 11, 2006 1:43 pm
- Location: U.S.A.
How do I save DataRelation with Report?
Was the relations created with code or inside the Designer in design-time?
Please note that you should name each relation without repeating. NameInSource property also must be new each time you create a relation.
Thank you.
Please note that you should name each relation without repeating. NameInSource property also must be new each time you create a relation.
Thank you.