定义一个派生数据类型,该类型表示可生成 Microsoft SQL Server Reporting Services 报告的操作。
语法
<ReportAction>
<!-- The following elements extend Action -->
<ReportServer>...</ReportServer>
<Path>...</Path>
<ReportParameters>...</ReportParameters>
<ReportFormatParameters>...</ReportFormatParameters>
</ReportAction>
数据类型特征
特征 |
说明 |
---|---|
基本数据类型 |
|
派生数据类型 |
无 |
数据类型关系
关系 |
元素 |
---|---|
父元素 |
无 |
子元素 |
|
派生元素 |
Action(Cube 或 Perspective 的 Actions 集合) |
注释
报表服务器会对基于 URL 的报表请求作出响应。 报表操作是利用 Report 类型定义的。 创建操作时,会将资源和参数发送到服务器。 服务器会将该操作公开为类型行集的操作。
在 Analysis Management Objects (AMO) 对象模型中,对应的元素为 ReportAction。