ReportingSerivces 常用技巧

2022-03-05 18:13:49 字數 1070 閱讀 3496

//解決重複線問題

dim name as string = ""

public function findline(byval value as string) as string

if name = value then

return false

else

name = value

return true

end if

end function

另一種方法:

=iif(fields!unit_level_l2.value<>previous(fields!unit_level_l2.value),"solid","none")

//處理三個數乙個,號的問題 :

formatnumber(number,0,0,0,-1)

12小時

把列印時間改為:=now().toshortdatestring() & iif(hour(timeofday())<12,(" 上午 ") ,(" 下午 " & timeofday().addhours(-12)) )

24小時

把列印時間改為:="列印時間:"& now().toshortdatestring() & iif(hour(timeofday())<12," 上午"," 下午") & timeofday()

ie預覽加線

=iif(rownumber("table11_group3")=countrows("table11_group3"),"solid","none")

判斷sp裡的資料是否為空

public function isnothing (byval actual as string,byval target as string) as string

select   target

case   "" 

return("ak47") 

case   " "  

return("ak47")

case else

return(actual /target )

end   select

end function

Delphi ListView的用法 常用技巧

delphi listview的用法 常用技巧 2008 02 03 11 37 增加 i listview1.items.count with listview1 do begin listitem items.add listitem.caption inttostr i listitem.su...

常用的Elasticseaerch檢索技巧彙總

本篇部落格是對前期工作中遇到es坑的一些小結,順手記錄下,方便日後查閱。為了講解不同型別es檢索,我們將要對包含以下型別的文件集合進行檢索 1 title 標題 2 authors 作者 3 summary 摘要 4 release data 發布日期 首先,讓我們借助 bulk api批量建立新的...

macOS下pycharm編輯常用操作技巧

函式跳 command b 申明 command option b 定義 幫助文件 fn f1 快速檢視 fn shift f1 外部檢視 引數說明 command p 選中 shift option 方向鍵 乙個單詞 shift command 方向鍵 一行 shift 方向鍵 乙個字母 複製 c...