Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the representation of the document map for the local report.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public DocumentMapNode GetDocumentMap()
public:
DocumentMapNode^ GetDocumentMap()
member GetDocumentMap : unit -> DocumentMapNode
Public Function GetDocumentMap As DocumentMapNode
Return Value
Type: Microsoft.Reporting.WinForms.DocumentMapNode
A DocumentMapNode object containing the top level node of the document map hierarchy for the report.
See Also
Report Class
Microsoft.Reporting.WinForms Namespace
Return to top