Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the type of a drillthrough report.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Enumeration DrillthroughType
'Usage
Dim instance As DrillthroughType
public enum DrillthroughType
public enum class DrillthroughType
type DrillthroughType
public enum DrillthroughType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |
Hinweise
The DrillthroughType enumerator is used with the ModelDrillthroughReport class to specify the type of a drillthrough report.