开发者

ReportViewer Export To Excel- Merge cells

开发者 https://www.devze.com 2022-12-13 02:00 出处:网络
Any idea how can i force the merge of excel cells when exporting a rdlc report to excel? Primary KEY|VALUES|

Any idea how can i force the merge of excel cells when exporting a rdlc report to excel?

Primary KEY |VALUES|


PK1...............|val1.....|

.....................|val2......|

.....................|val3......|


PK2 |..... |

.....................

i want that on first column(Primary key column) in the exported excel, the cells will be merged for each Primary Key

Thanks in advance

ps: sorry for that dots, didn't know how to force blanks开发者_JS百科 to be displayed


The width of the PK1 column must be equal to the width of the PK2 column + the 2nd column in the report designer.

0

精彩评论

暂无评论...
验证码 换一张
取 消