Returns a document bookmark tree from server.

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 LoadDocumentMapInfo(
	LoadDocumentMapInfoRequest request,
	AjaxRequestCallback successCallBack,
	AjaxErrorCallback errorCallback
)
Visual Basic
Public Sub LoadDocumentMapInfo ( _
	request As LoadDocumentMapInfoRequest, _
	successCallBack As AjaxRequestCallback, _
	errorCallback As AjaxErrorCallback _
)
Visual C++
public:
virtual void LoadDocumentMapInfo(
	LoadDocumentMapInfoRequest^ request, 
	AjaxRequestCallback^ successCallBack, 
	AjaxErrorCallback^ errorCallback
) sealed

Parameters

request
Type: PerpetuumSoft.Reporting.WebViewer.Model..::..LoadDocumentMapInfoRequest

[Missing <param name="request"/> documentation for "M:PerpetuumSoft.Reporting.WebViewer.Client.ServiceProvider.LoadDocumentMapInfo(PerpetuumSoft.Reporting.WebViewer.Model.LoadDocumentMapInfoRequest,jQueryApi.AjaxRequestCallback,jQueryApi.AjaxErrorCallback)"]

successCallBack
Type: AjaxRequestCallback

[Missing <param name="successCallBack"/> documentation for "M:PerpetuumSoft.Reporting.WebViewer.Client.ServiceProvider.LoadDocumentMapInfo(PerpetuumSoft.Reporting.WebViewer.Model.LoadDocumentMapInfoRequest,jQueryApi.AjaxRequestCallback,jQueryApi.AjaxErrorCallback)"]

errorCallback
Type: AjaxErrorCallback
A callback to be invoked for a failed Ajax request.

Implements

IReportService..::..LoadDocumentMapInfo(LoadDocumentMapInfoRequest, AjaxRequestCallback, AjaxErrorCallback)

See Also