Sets web page element which will be used for display of bookmarks tree.

Namespace: PerpetuumSoft.Reporting.WebViewer.Client
Assembly: PerpetuumSoft.Reporting.WebViewer.Client (in PerpetuumSoft.Reporting.WebViewer.Client.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void SetDocumentMapControl(
	string selector
)
Visual Basic
Public Sub SetDocumentMapControl ( _
	selector As String _
)
Visual C++
public:
void SetDocumentMapControl(
	String^ selector
)

Parameters

selector
Type: System..::..String
An element which will be used for output of bookmarks tree.

See Also