DrillthroughType Enum
Definition
指定钻取报表的类型。Specifies the type of a drillthrough report.
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
- Inheritance
-
DrillthroughType
- Attributes
Fields
Detail | 0 | 钻取项是详细信息报表。The drill-through item is a detail report. 详细报表显示实体的单个实例。A detail report shows a single instance of an entity. |
List | 1 | 钻取项是列表报表。The drill-through item is a list report. 列表报表显示实体的多个实例的列表。A list report shows a list of multiple instances of the entity. |
Remarks
DrillthroughType枚举器与类一起使用, ModelDrillthroughReport 以指定钻取报表的类型。The DrillthroughType enumerator is used with the ModelDrillthroughReport class to specify the type of a drillthrough report.