开发者

Crystal report Multiple Queries

开发者 https://www.devze.com 2023-02-01 13:17 出处:网络
I Want to show result from multiple tables from database but how to set property (Setdatasource) for the same in vb.n开发者_开发百科et. Iam using visual studio 2008 back end sql compact 2005

I Want to show result from multiple tables from database but how to set property (Setdatasource) for the same in vb.n开发者_开发百科et. Iam using visual studio 2008 back end sql compact 2005

thank you


I suggest you use sub-reports to show results from different queries. If you can join all results in one query, you can think about use a stored procedure to pre-process your results before you present it on the report.

0

精彩评论

暂无评论...
验证码 换一张
取 消