Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Returns the representation of the document map for the local report.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public Function GetDocumentMap As DocumentMapNode
'Usage
Dim instance As Report
Dim returnValue As DocumentMapNode
returnValue = instance.GetDocumentMap
public DocumentMapNode GetDocumentMap ()
public:
DocumentMapNode^ GetDocumentMap ()
public DocumentMapNode GetDocumentMap ()
public function GetDocumentMap () : DocumentMapNode
Return Value
A DocumentMapNode object containing the top-level node of the document map hierarchy for the report.
See Also
Reference
Report Class
Report Members
Microsoft.Reporting.WebForms Namespace