xtrachart 滚动条无法进入 xtrareport 打印预览
我在win-form.NET中开发了xtrareport。在此,我将 xtracharts 绘制到 xtrareport 上。在此滚动条未激活。 &我想显示日期和时间相差一秒。我设计了报告和报告。然后显示到打印预览中。 在 xtrareport 中创建图表的过程是什么?
I have developed the xtrareport in win-form.NET. In this, i have draw the xtracharts on to the xtrareport . in this scroll bar not active . & i want to show the date & time in the as difference of the second.I have design the reports & then show into the print preview.
what is the procedure to create the charts in to the xtrareport ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法在报告中启用图表滚动条,因为它只是生成的图像。
但是您将能够使图表可点击并在另一个对话框中显示真正的“实时”图表。并且可以启用该图表的滚动条。
请查看 Q131550 中的问题。它描述了与您类似的问题并且已经解决了。
You can't enable chart scrollbars in your report because it's just a generated image.
But you will be able to make your chart clickable and show a real 'live' chart in another dialog. And this chart's scroll bars can be enabled.
Please, review the question at Q131550. It describes a problem similar to yours and it has been already solved.