1。在子表中的sql语句为啥要这样写才好使
select * from 明细表 where 1=1 and region_id=${$region_id}
and busi_type='${busi_type}'
其中region_id为number型,busi_type为char型。
如果写成${$busi_type}则取不到值,外面加''也如此。
如果写成${region_id}则取不到值。。。
浏览器可见到请求超链为http://localhost:7021/web/reportviewer?file=E:/reports/ods_link.xml&$region_id=4601&busi_type=LT&as=dhtml