Add Report Designer Feature

This commit is contained in:
Suphonchai Phoonsawat 2023-08-28 11:02:28 +07:00
parent e8098ff43f
commit aed9fb5051
7 changed files with 165 additions and 45 deletions

View file

@ -31,5 +31,28 @@
"SecretKey": "P@ssw0rd",
"BucketName": "bma-recruit"
},
"Protocol": "HTTPS"
"Protocol": "HTTPS",
"telerikReporting": {
"privateFonts": [
{
"fontFamily": "TH SarabunIT๙",
"path": "Fonts/THSarabunIT.ttf"
},
{
"fontFamily": "TH SarabunIT๙",
"path": "Fonts/THSarabunITBold.ttf",
"fontStyle": "Bold"
},
{
"fontFamily": "TH SarabunPSK",
"path": "Fonts/THSarabunNew.ttf",
},
{
"fontFamily": "TH SarabunPSK",
"path": "Fonts/THSarabunNewBold.ttf",
"fontStyle": "Bold"
}
]
}
}