ModelDrillthroughReport.Type 속성

Gets or sets the model drillthrough report type - Detail or List.

네임스페이스:  ReportService2006
어셈블리:  ReportService2006(ReportService2006.dll)

구문

‘선언
Public Property Type As DrillthroughType 
    Get 
    Set
‘사용 방법
Dim instance As ModelDrillthroughReport 
Dim value As DrillthroughType 

value = instance.Type

instance.Type = value
public DrillthroughType Type { get; set; }
public:
property DrillthroughType Type {
    DrillthroughType get ();
    void set (DrillthroughType value);
}
member Type : DrillthroughType with get, set
function get Type () : DrillthroughType 
function set Type (value : DrillthroughType)

속성 값

유형: ReportService2006.DrillthroughType
A DrillthroughType enumerator value.

주의

Valid values are Detail or List.

참고 항목

참조

ModelDrillthroughReport 클래스

ReportService2006 네임스페이스