<small id='vZErt'></small><noframes id='vZErt'>

    <tfoot id='vZErt'></tfoot>
    <i id='vZErt'><tr id='vZErt'><dt id='vZErt'><q id='vZErt'><span id='vZErt'><b id='vZErt'><form id='vZErt'><ins id='vZErt'></ins><ul id='vZErt'></ul><sub id='vZErt'></sub></form><legend id='vZErt'></legend><bdo id='vZErt'><pre id='vZErt'><center id='vZErt'></center></pre></bdo></b><th id='vZErt'></th></span></q></dt></tr></i><div id='vZErt'><tfoot id='vZErt'></tfoot><dl id='vZErt'><fieldset id='vZErt'></fieldset></dl></div>
      • <bdo id='vZErt'></bdo><ul id='vZErt'></ul>

      <legend id='vZErt'><style id='vZErt'><dir id='vZErt'><q id='vZErt'></q></dir></style></legend>

        向 SQL Server Reporting Services 报告添加交替行颜色

        Add alternating row color to SQL Server Reporting services report(向 SQL Server Reporting Services 报告添加交替行颜色)
        <tfoot id='Vd3S0'></tfoot>

        <legend id='Vd3S0'><style id='Vd3S0'><dir id='Vd3S0'><q id='Vd3S0'></q></dir></style></legend>
          • <bdo id='Vd3S0'></bdo><ul id='Vd3S0'></ul>
            <i id='Vd3S0'><tr id='Vd3S0'><dt id='Vd3S0'><q id='Vd3S0'><span id='Vd3S0'><b id='Vd3S0'><form id='Vd3S0'><ins id='Vd3S0'></ins><ul id='Vd3S0'></ul><sub id='Vd3S0'></sub></form><legend id='Vd3S0'></legend><bdo id='Vd3S0'><pre id='Vd3S0'><center id='Vd3S0'></center></pre></bdo></b><th id='Vd3S0'></th></span></q></dt></tr></i><div id='Vd3S0'><tfoot id='Vd3S0'></tfoot><dl id='Vd3S0'><fieldset id='Vd3S0'></fieldset></dl></div>

                    <tbody id='Vd3S0'></tbody>
                1. <small id='Vd3S0'></small><noframes id='Vd3S0'>

                2. 本文介绍了向 SQL Server Reporting Services 报告添加交替行颜色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  如何为 SQL Server Reporting Services 报告中的交替行添加阴影?

                  How do you shade alternating rows in a SQL Server Reporting Services report?

                  下面列出了很多很好的答案——来自 快速 和简单复杂而全面.唉,我只能选一个...

                  There are a bunch of good answers listed below--from quick and simple to complex and comprehensive. Alas, I can choose only one...

                  推荐答案

                  转到表格行的 BackgroundColor 属性并选择Expression..."

                  Go to the table row's BackgroundColor property and choose "Expression..."

                  使用这个表达:

                  = IIf(RowNumber(Nothing) Mod 2 = 0, "Silver", "Transparent")
                  

                  这个技巧可以应用于报告的许多领域.

                  This trick can be applied to many areas of the report.

                  在 .NET 3.5+ 中你可以使用:

                  And in .NET 3.5+ You could use:

                  = If(RowNumber(Nothing) Mod 2 = 0, "Silver", "Transparent")
                  

                  不是在寻找代表——我只是自己研究了这个问题,并认为我会分享.

                  Not looking for rep--I just researched this question myself and thought I'd share.

                  这篇关于向 SQL Server Reporting Services 报告添加交替行颜色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  SQL query to group by day(按天分组的 SQL 查询)
                  Include missing months in Group By query(在 Group By 查询中包含缺失的月份)
                  sql group by versus distinct(sql group by 与不同)
                  How to return a incremental group number per group in SQL(如何在SQL中返回每个组的增量组号)
                  Count number of records returned by group by(统计分组返回的记录数)
                  SQL GROUP BY CASE statement with aggregate function(带聚合函数的 SQL GROUP BY CASE 语句)

                  <small id='J9dbC'></small><noframes id='J9dbC'>

                  <i id='J9dbC'><tr id='J9dbC'><dt id='J9dbC'><q id='J9dbC'><span id='J9dbC'><b id='J9dbC'><form id='J9dbC'><ins id='J9dbC'></ins><ul id='J9dbC'></ul><sub id='J9dbC'></sub></form><legend id='J9dbC'></legend><bdo id='J9dbC'><pre id='J9dbC'><center id='J9dbC'></center></pre></bdo></b><th id='J9dbC'></th></span></q></dt></tr></i><div id='J9dbC'><tfoot id='J9dbC'></tfoot><dl id='J9dbC'><fieldset id='J9dbC'></fieldset></dl></div>
                  <tfoot id='J9dbC'></tfoot>
                      <bdo id='J9dbC'></bdo><ul id='J9dbC'></ul>
                          <tbody id='J9dbC'></tbody>

                            <legend id='J9dbC'><style id='J9dbC'><dir id='J9dbC'><q id='J9dbC'></q></dir></style></legend>