Report.GetDocumentMap Method ()

 

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