Initializes bookmarks tree.

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

Syntax

C#
public jQueryObject treeview(
	jQueryTreeViewOption option
)
Visual Basic
Public Function treeview ( _
	option As jQueryTreeViewOption _
) As jQueryObject
Visual C++
public:
jQueryObject^ treeview(
	jQueryTreeViewOption^ option
)

Parameters

option
Type: PerpetuumSoft.Reporting.WebViewer.Client.View..::..jQueryTreeViewOption
Options for creation of bookmarks tree.

Return Value

Bookmarks tree object.

See Also