在单独的工作表问题上将 SSRS 导出到 excel
SSRS export to excel on separate worksheets issue
我正在使用 SSRS 2008 将数据导出到 excel 文件。我在文件中需要 4 个 worksheets。因此,我在每个 Tablix 之后插入一个分页符。但是当页面中没有数据时,它会将 sheet 与下一个合并。我寻求帮助,我找到了一个说我需要插入一个矩形来避免这种情况的地方。我不确定我该怎么做。有帮助吗?
To add a rectangle On the Insert tab, in the Report Items group, click
Rectangle. On the design surface, click the location where you want
the upper left corner of the rectangle, and drag to where you want the
lower-right corner. Note that as you move the cursor, "snap lines"
appear as the cursor lines up with other objects on the design
surface. These help you if you want objects to be aligned.
那么我相信您将分页符设置为在矩形之后而不是在 tablix 之后出现
我正在使用 SSRS 2008 将数据导出到 excel 文件。我在文件中需要 4 个 worksheets。因此,我在每个 Tablix 之后插入一个分页符。但是当页面中没有数据时,它会将 sheet 与下一个合并。我寻求帮助,我找到了一个说我需要插入一个矩形来避免这种情况的地方。我不确定我该怎么做。有帮助吗?
To add a rectangle On the Insert tab, in the Report Items group, click Rectangle. On the design surface, click the location where you want the upper left corner of the rectangle, and drag to where you want the lower-right corner. Note that as you move the cursor, "snap lines" appear as the cursor lines up with other objects on the design surface. These help you if you want objects to be aligned.
那么我相信您将分页符设置为在矩形之后而不是在 tablix 之后出现