Page 1 of 1

How do I save DataRelation with Report?

Posted: Thu May 22, 2008 2:31 pm
by Sandy Pham
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?

Posted: Thu May 22, 2008 5:39 pm
by Edward
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.