DrillthroughType Enumerazione

Definizione

Specifica il tipo di un report drill-through.

public enum class DrillthroughType
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public enum DrillthroughType
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type DrillthroughType = 
Public Enum DrillthroughType
Ereditarietà
DrillthroughType
Attributi

Campi

Detail 0

L'elemento drill-through è un report dettagli. Un report dettagli mostra una singola istanza di un'entità.

List 1

L'elemento drill-through è un report elenco. Un report elenco mostra un elenco di più istanze dell'entità.

Commenti

L'enumeratore DrillthroughType viene usato con la ModelDrillthroughReport classe per specificare il tipo di un report drill-through.

Si applica a