Compartir a través de


Enumeración DrillthroughType

Specifies the type of drillthrough report.

Espacio de nombres:  ReportService2005
Ensamblado:  ReportService2005 (en ReportService2005.dll)

Sintaxis

'Declaración
Public Enumeration DrillthroughType
'Uso
Dim instance As DrillthroughType
public enum DrillthroughType
public enum class DrillthroughType
type DrillthroughType
public enum DrillthroughType

Miembros

Nombre del miembro Descripción
Detail The drill-through item is a detail report. A detail report shows a single instance of an entity.
List The drill-through item is a list report. A list report shows a list of multiple instances of the entity.

Comentarios

The DrillthroughType enumerator is used with the ModelDrillthroughReport class to specify the type of the drill-through report.

Vea también

Referencia

Espacio de nombres ReportService2005