
Hi All,
When developing data sets for RDLC reports, is it possible to define the join type somewhat similar to Query object links where you determine if the join is INNER or OUTER?
Example:
Hi, Unfortunately, SQLJoinType property is only applied to Query Data Item.
But if you really want to do that, there's an easy way to do it.
You can first create a Query (Using your SQLJoinType), then create a new Table, and finally set the DataItem as a new Table in the report and insert the values from the Query into the Table (which can be a temporary table).
I apologize for the lack of clarity and hope the links below will assist you.
Thanks.
ZHU