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

我正在尝试查找有关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.)

相关文章

php输出xml格式字符串
J2ME Mobile 3D入门教程系列文章之一
XML轻松学习手册
XML入门的常见问题(一)
XML入门的常见问题(三)
XML轻松学习手册(2)XML概念