DrillthroughType 열거형

정의

드릴루 리포트 유형을 지정합니다.

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
상속
DrillthroughType
특성

필드

Name Description
Detail 0

드릴 스루 항목은 상세 보고서입니다. 상세 보고서는 단일 개체 인스턴스를 보여줍니다.

List 1

드릴 스루 항목은 리스트 보고서입니다. 리스트 리포트는 해당 엔터티의 여러 인스턴스 목록을 보여줍니다.

설명

DrillthroughType 열거기는 클래스와 함께 ModelDrillthroughReport 드릴루 보고서의 유형을 지정하는 데 사용됩니다.

적용 대상