DrillthroughType 열거형
Specifies the type of drillthrough report.
네임스페이스: ReportService2005
어셈블리: ReportService2005.dll의 ReportService2005
구문
‘선언
<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 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.