我想添加break
或类似于XML headerText Filed的内容
<?xml version="1.0" standalone="yes" ?>
<results table="New_Table"
keyColumn="Column1"
defaultSortColumn="Column1"
defaultSortDirection="ASC"
enableExcelExport="true"
excelTemplate="~/Content/Test.xls">
<columns>
<column name="OWNERNAME" headerText="Owner Name" align="left" width="25"/>
</columns>
</results>
我试过这个没有用:
<column name="OWNERNAME" headerText="Owner <br/>Name"
HtmlEncode="False" align="left" width="25"/>