Перечисление DrillthroughType
Specifies the type of a drillthrough report.
Пространство имен: ReportService2010
Сборка: ReportService2010 (в ReportService2010.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Enumeration DrillthroughType
'Применение
Dim instance As DrillthroughType
[SerializableAttribute]
public enum DrillthroughType
[SerializableAttribute]
public enum class DrillthroughType
[<SerializableAttribute>]
type DrillthroughType
public enum DrillthroughType
Элементы
Имя элемента | Описание | |
---|---|---|
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. |
Замечания
The DrillthroughType enumerator is used with the ModelDrillthroughReport class to specify the type of a drillthrough report.