SSRS can not merge cell

starzodiac
Oct 19, 2021

--

本來想要 SSRS 的報表做到像 excel 表格標頭的感覺,ex:

  ---------------------------------------------
| XXX TABLE |
|---------------------------------------------|
| tablix row group || tablix body |
---------------------------------------------

但後來發現如果是 matrix 的話,四個 corner 只能 merge 同樣屬性的 cell
ex:
tablix corner, column group, row group, body 不能跨區 merge

  ---------------------------------------------
| tablix corner || tablix column group |
|---------------------------------------------|
| tablix row group || tablix body |
---------------------------------------------

可能要在研究有沒有方法可以做到類似的事情惹(ex: text area)

ref:

在資料區中合併資料格 (報表產生器) — SQL Server Reporting Services (SSRS) | Microsoft Docs

--

--

No responses yet