Partager via


Énumération DrillthroughType

Specifies the type of a drillthrough report.

Espace de noms :  ReportService2006
Assembly :  ReportService2006 (en ReportService2006.dll)

Syntaxe

'Déclaration
Public Enumeration DrillthroughType
'Utilisation
Dim instance As DrillthroughType
public enum DrillthroughType
public enum class DrillthroughType
type DrillthroughType
public enum DrillthroughType

Membres

Nom de membre Description
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.

Notes

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

Voir aussi

Référence

Espace de noms ReportService2006