Stimulsoft Number Format

Stimulsoft ใช้ Engine c# ในการทำงาน ToString ดังนั้นเวลาสร้าง Report จะจัดรูปแบบโดยใช้งาน Custom numeric format strings ของ c# เลย

ตัวอย่างเช่น

เลขประจำตัวผู้เสียภาษี {ARTRN_customer.taxid} {IIF(ARTRN_customer.orgnum == 0, "สำนักงานใหญ่" , "สาขา "+ Format("{0:00000}",ARTRN_customer.orgnum))}

สามารถดูวิธีการใส่ format ได้ที่ https://learn.microsoft.com/en-us/dotnet/standard/base-types/custom-numeric-format-strings