DrillthroughType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定钻孔报告的类型。
public enum class DrillthroughType
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public enum DrillthroughType
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type DrillthroughType =
Public Enum DrillthroughType
- 继承
-
DrillthroughType
- 属性
字段
| 名称 | 值 | 说明 |
|---|---|---|
| Detail | 0 | 钻孔项目是详细报告。 详细报告显示实体的单一实例。 |
| List | 1 | 钻孔项目是一份清单报告。 列表报告显示该实体的多个实例列表。 |
注解
DrillthroughType枚举器与ModelDrillthroughReport该类一起使用,用于指定钻孔报告的类型。