|
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622 。
您需要 登录 才可以下载或查看,没有帐号?注册
x
做了一张表 如果把这张表 变成一个表格样式,成为一个可以复用的报表样式。
不用对每张表都进行重复的设置。
具体步骤如下 我就不翻译了
clone and edit
/webcontent/pat/res/TableStyles.xml
clone an existing style, give it a new name, make appropriate changes.
For example, find the named style called 'Accounting 1' by searching for:
<tableStyle name="Accounting 1" indentLevel="1">
copy and clone the entire contents between <tableStyle> and </tableStyle>
The order of the styles in this file will dictate the order of the styles in the Report Studio dialog.
clone and edit
/msgsdk/reportstudio_en.xml
(for other languages, modify reportstudio_xx.xml where xx = the language code)
create a new entry in this file for the new named style.
find the following line in this file, and use it as a sample:
<string id="IDS_TS_Classic" type="List Item Label">Classic</string>
for example
<string id="IDS_TS_Custom" type="List Item Label">Custom</string>
clone and edit
/webcontent/pat/res/reportstudio_en.xml |
|