DrillthroughType 枚举

定义

指定钻孔报告的类型。

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该类一起使用,用于指定钻孔报告的类型。

适用于