⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 groupingtest.xml

📁 是用c#实现的一个有关于报表设计的程序代码
💻 XML
字号:
<daReport papersize="A4" layout="Portrait">
  <margins left="50" top="50" right="50" bottom="50" />
  <content>
    <dynamicContent>
      <table x="74" y="84" width="650" height="349" borderColor="Transparent" drawEmptyRows="False" cellHeight="18" dataSource="GroupingTest" horAlignment="None" verAlignment="None" selectable="True" groupByField="SalesPerson" blankLineBeforeNewGroup="True" lineUnderNewGroup="True" displayGroupTitle="True" displayGridLines="True" ObjectRepeatability="RepeatOnAllPages">
        <header headerColor="Silver" headerFontColor="Black">
          <font family="Tahoma" size="8" style="Bold" />
        </header>
        <BorderSettings DisplayTopBorder="True" DisplayBottomBorder="True" DisplayLeftBorder="True" DisplayRightBorder="True" />
        <dataRows dataFontColor="Black">
          <font family="Tahoma" size="8" style="Regular" />
        </dataRows>
        <columns>
          <column name="SalesPerson" label="Sales Person" width="200" align="Left" formatMask="" calculateTotal="False" visible="True" />
          <column name="ClientName" label="Client Name" width="350" align="Left" formatMask="" calculateTotal="False" visible="True" />
          <column name="Sales" label="Sales" width="100" align="Left" formatMask="c" calculateTotal="True" visible="True" />
        </columns>
      </table>
    </dynamicContent>
  </content>
</daReport>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -