Compartilhar via


Enumeração DrillthroughType

Specifies the type of a drillthrough report.

Namespace:  ReportService2006
Assembly:  ReportService2006 (em ReportService2006.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public Enumeration DrillthroughType
'Uso
Dim instance As DrillthroughType
[SerializableAttribute]
public enum DrillthroughType
[SerializableAttribute]
public enum class DrillthroughType
[<SerializableAttribute>]
type DrillthroughType
public enum DrillthroughType

Membros

Nome do membro Descrição
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.

Comentários

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

Consulte também

Referência