Перечисление DrillthroughType

Specifies the type of drillthrough report.

Пространство имен:  ReportService2005
Сборка:  ReportService2005 (в ReportService2005.dll)

Синтаксис

'Декларация
Public Enumeration DrillthroughType
'Применение
Dim instance As DrillthroughType
public enum DrillthroughType
public enum class DrillthroughType
type DrillthroughType
public enum DrillthroughType

Элементы

Имя элемента Описание
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.

Замечания

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

См. также

Справочник

Пространство имен ReportService2005