Método Report.GetDocumentMap
Returns the representation of the document map for the local report.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)
Sintaxe
'Declaração
Public Function GetDocumentMap As DocumentMapNode
public DocumentMapNode GetDocumentMap()
public:
DocumentMapNode^ GetDocumentMap()
member GetDocumentMap : unit -> DocumentMapNode
public function GetDocumentMap() : DocumentMapNode
Valor de retorno
Tipo: Microsoft.Reporting.WebForms.DocumentMapNode
A DocumentMapNode object containing the top-level node of the document map hierarchy for the report.