Report.GetDocumentMap 메서드

로컬 보고서에 대한 문서 구조 표현을 반환합니다.

네임스페이스:  Microsoft.Reporting.WebForms
어셈블리:  Microsoft.ReportViewer.WebForms(Microsoft.ReportViewer.WebForms.dll)

구문

‘선언
Public Function GetDocumentMap As DocumentMapNode
‘사용 방법
Dim instance As Report
Dim returnValue As DocumentMapNode

returnValue = instance.GetDocumentMap()
public DocumentMapNode GetDocumentMap()
public:
DocumentMapNode^ GetDocumentMap()
member GetDocumentMap : unit -> DocumentMapNode 
public function GetDocumentMap() : DocumentMapNode

반환 값

유형: Microsoft.Reporting.WebForms.DocumentMapNode
보고서에 대한 문서 구조 계층의 최상위 노드를 포함하는 DocumentMapNode 개체

참고 항목

참조

Report 클래스

Microsoft.Reporting.WebForms 네임스페이스