加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

reportviewer – 在哪里可以找到RDLC xml的文档?

发布时间:2020-12-15 23:53:47 所属栏目:百科 来源:网络整理
导读:我正在尝试查找有关RDLC的文档. 具体来说,我正在寻找TextBox元素中的不同Actions. 您可以在此处找到各种SQL Server版本的RDL规范: SQL Server RDL Specification 在页41,您将获得可能的操作列表: Action The Action element defines a hyperlink,bookmark
我正在尝试查找有关RDLC的文档.

具体来说,我正在寻找TextBox元素中的不同Actions.

您可以在此处找到各种SQL Server版本的RDL规范:

> SQL Server RDL Specification

在页41,您将获得可能的操作列表:

Action The Action element defines a
hyperlink,bookmark link or
drillthrough
action associated with a
ReportItem.

根据Got Reportviewer?,RDLC和RDL共享相同的格式:

Q8: What is the difference between RDL
and RDLC formats?

A: RDL files are created by the SQL
Server 2008 version of Report
Designer. RDLC files are created by
the Visual Studio 2008 version of
Report Designer.

RDL and RDLC formats have the same XML schema. However,in RDLC files,some values (such as query text) are allowed to be empty,which means that they are not immediately ready to be published to a Report Server. The missing values can be entered by opening the RDLC file using the SQL Server 2008 version of Report Designer. (You have to rename .rdlc to .rdl first.)

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读