Partager via


Énumération DrillthroughType

Specifies the type of drillthrough report.

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

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Enumeration DrillthroughType
'Utilisation
Dim instance As DrillthroughType
[SerializableAttribute]
public enum DrillthroughType
[SerializableAttribute]
public enum class DrillthroughType
[<SerializableAttribute>]
type DrillthroughType
public enum DrillthroughType

Membres

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

Notes

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

Voir aussi

Référence