Generates the report and returns thumbnails links collection.

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#
void LoadThumbnailsInfoFull(
	LoadThumbnailsInfoFullRequest request,
	AjaxRequestCallback successCallback,
	AjaxErrorCallback errorCallback
)
Visual Basic
Sub LoadThumbnailsInfoFull ( _
	request As LoadThumbnailsInfoFullRequest, _
	successCallback As AjaxRequestCallback, _
	errorCallback As AjaxErrorCallback _
)
Visual C++
void LoadThumbnailsInfoFull(
	LoadThumbnailsInfoFullRequest^ request, 
	AjaxRequestCallback^ successCallback, 
	AjaxErrorCallback^ errorCallback
)

Parameters

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

[Missing <param name="request"/> documentation for "M:PerpetuumSoft.Reporting.WebViewer.Client.IReportService.LoadThumbnailsInfoFull(PerpetuumSoft.Reporting.WebViewer.Model.LoadThumbnailsInfoFullRequest,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.

See Also