微软报告:RDLC需要从代码上进行调整。如何?
有没有办法在运行时更改字段的标签文本或表达式?
我有一份报告需要根据情况进行调整。我可以在 .rdlc 文件上设置控件的名称,但我不知道如何从代码中访问它们。
谢谢
Is there some way to change the label text or expression for the field in a run time?
I have a report that needs to be adjusted depending on the condition. I can set up names for the controls on .rdlc file but I have no idea how to access them from the code.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
rdlc 文件是简单的 xml 文件,您可以将它们加载到 XmlDocument 中,并像使用任何外部 xml 文件一样使用它们。如果您提供更多信息,例如简单的 xml 以及您想要的内容,我可以给您 saome 类型的 exmaple。
这里是用于验证 xml 的 xsd 方案。这指定了 rdlc 文件中使用的 xml 格式
SQL Server 2005
SQL Server 2008
最好的问候,
约丹
rdlc files are simple xml files you can load them into XmlDocument and work whit them like whit any outer xml file. If you give more information like simple xml and what you want do i can give you saome kind of exmaple.
Here si the xsd scheme which is used to validate the xml.This specify the xml format used in rdlc files
SQL Server 2005
SQL Server 2008
Best Regards,
Iordan