ReportingService2005.ListModelDrillthroughReports(String, String) 메서드

정의

모델의 엔터티와 연결된 드릴스루 보고서를 나열합니다.

public:
 cli::array <ReportService2005::ModelDrillthroughReport ^> ^ ListModelDrillthroughReports(System::String ^ Model, System::String ^ ModelItemID);
public ReportService2005.ModelDrillthroughReport[] ListModelDrillthroughReports (string Model, string ModelItemID);
member this.ListModelDrillthroughReports : string * string -> ReportService2005.ModelDrillthroughReport[]
Public Function ListModelDrillthroughReports (Model As String, ModelItemID As String) As ModelDrillthroughReport()

매개 변수

Model
String

네임스페이스에서 모델의 전체 이름입니다.

ModelItemID
String

모델 드릴스루 보고서를 나열할 모델의 엔터티 모델 항목 ID입니다.

반환

ModelDrillthroughReport 개체의 배열입니다.

설명

다음 표에서는 이 작업에 대한 헤더 및 사용 권한 정보를 보여 줍니다.

SOAP 헤더 (Out) ServerInfoHeaderValue
필요한 권한 ReadContent

이 메서드는 사용자에게 Read Properties 권한이 있는 모델 드릴스루 보고서만 반환합니다.

적용 대상