Crystal report Multiple Queries
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.
精彩评论