定义 SSRS 2008 图表控件中分类轴的顺序

发布于 2024-11-24 02:06:55 字数 230 浏览 1 评论 0原文

我正在尝试使用 SSRS 2008 中的图表控件制作一个非常简单的图表,当然,微软希望让事情变得尽可能困难。 x 轴包含装配线上的工位,y 轴包含一些与问题无关的数值。我正在返回一个数据集,其中包含扫描站,按照它们在装配线上的存在顺序排列。但是,当我将数据集绑定到图表控件时,电台会按字母顺序排列!我不希望 x 轴上的类别按字母顺序排列。我希望它们按照数据集中返回的顺序显示。我想我可以按照我想要的顺序对电台进行编号,但我宁愿不这样做。提前致谢。

I'm trying to make a VERY simple graph with the chart control in SSRS 2008 and, of course, Microsoft wants to make things as difficult as possible. The x-axis contains stations on an assembly line and the y-axis contains some numerical value that is irrelevant to the issue. I'm returning a dataset with the scanning stations in the order that they exist on the assembly line. However, when I bind the dataset to a chart control the stations are put in alphabetical order! I don't want the categories on the x-axis to be in alphabetical order. I want them to display in the order that they are returned in the dataset. I suppose I could number the stations in the order that I want but I would rather not do that. Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浅语花开 2024-12-01 02:06:55

当您将类别组添加到图表时,图表控件默认添加排序标准。

要删除此行为,您可以右键单击“类别组”,转到“排序”选项卡,然后删除其中的条目。再次预览报告,电台应该按照您想要的顺序排列。

希望这有帮助。

When you add a Category Group to a chart, the Chart control adds a Sort criterion by default.

To remove this behavior, you can right-click on the Category Group, go to Sorting tab, and delete the entry there. Preview the report again and the stations should be in the order you want.

Hope this helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文