#selectTableTag("db_key","db_name","t_s_data_source","dbSource","")

    您可以键入“”作为一个参数,这里abc是参数的名称。例如:
    select * from table where id = ${abc}。
    select * from table where id = '${abc}'(如果id字段为字符串类型)
     注:参数只支持动态报表,popup暂不支持

#selectDictTag("pop_retype","popRetype","")
#selectDictTag("fieldtype","cgreportConfigItemList[#index#].fieldType","") #selectDictTag("searchmode","cgreportConfigItemList[#index#].SMode","") #selectDictTag("yesorno","cgreportConfigItemList[#index#].SFlag","")