Report.GetDocumentMap Method
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