Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Specifies the type of a drillthrough report.
Espacio de nombres: ReportService2006
Ensamblado: ReportService2006 (en ReportService2006.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 drillthrough item is a detail report. A detail report shows a single instance of an entity. | |
| List | The drillthrough 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 a drillthrough report.