Enumerazione DrillthroughType
Specifies the type of a drillthrough report.
Spazio dei nomi ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Enumeration DrillthroughType
'Utilizzo
Dim instance As DrillthroughType
[SerializableAttribute]
public enum DrillthroughType
[SerializableAttribute]
public enum class DrillthroughType
[<SerializableAttribute>]
type DrillthroughType
public enum DrillthroughType
Membri
Nome membro | Descrizione | |
---|---|---|
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. |
Osservazioni
The DrillthroughType enumerator is used with the ModelDrillthroughReport class to specify the type of a drillthrough report.