Returns the report metadata 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 LoadDocumentInfo(
	LoadDocumentInfoRequest request,
	AjaxRequestCallback successCallback,
	AjaxErrorCallback errorCallback
)
Visual Basic
Public Sub LoadDocumentInfo ( _
	request As LoadDocumentInfoRequest, _
	successCallback As AjaxRequestCallback, _
	errorCallback As AjaxErrorCallback _
)
Visual C++
public:
virtual void LoadDocumentInfo(
	LoadDocumentInfoRequest^ request, 
	AjaxRequestCallback^ successCallback, 
	AjaxErrorCallback^ errorCallback
) sealed

Parameters

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

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

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

Implements

IReportService..::..LoadDocumentInfo(LoadDocumentInfoRequest, AjaxRequestCallback, AjaxErrorCallback)

See Also