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

The DrillthroughType enumerator is used with the ModelDrillthroughReport class to specify the type of a drillthrough report.

Applies to