Creates the PerpetuumSoft.Reporting.WebViewer.Client.View.DocumentMapView class instance.
Namespace: PerpetuumSoft.Reporting.WebViewer.Client.ViewAssembly: PerpetuumSoft.Reporting.WebViewer.Client (in PerpetuumSoft.Reporting.WebViewer.Client.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public DocumentMapView(
Element viewportElement
) |
Visual Basic |
---|
Public Sub New ( _
viewportElement As Element _
) |
Visual C++ |
---|
public:
DocumentMapView(
Element^ viewportElement
) |
Parameters
- viewportElement
- Type: Element
The web page element which is used for output of bookmarks tree.
See Also