DrillthroughType 枚举
Specifies the type of a drillthrough report.
命名空间: ReportService2006
程序集: ReportService2006(在 ReportService2006.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.