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