How do I save DataRelation with Report?

Stimulsoft Reports.NET discussion
Post Reply
Sandy Pham
Posts: 62
Joined: Mon Dec 11, 2006 1:43 pm
Location: U.S.A.

How do I save DataRelation with Report?

Post 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
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

How do I save DataRelation with Report?

Post 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.
Post Reply