Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Specifies the type of a drillthrough report.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration DrillthroughType
'Usage
Dim instance As DrillthroughType
[SerializableAttribute]
public enum DrillthroughType
[SerializableAttribute]
public enum class DrillthroughType
[<SerializableAttribute>]
type DrillthroughType
public enum DrillthroughType
Members
| Member name | Description | |
|---|---|---|
| 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. |
Remarks
The DrillthroughType enumerator is used with the ModelDrillthroughReport class to specify the type of a drillthrough report.