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 ,以指定钻取报表的类型。

适用于