Sets and outputs thumbnails into the specified element.

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 void SetContent(
	List<string> thumbnailLinks
)
Visual Basic
Public Sub SetContent ( _
	thumbnailLinks As List(Of String) _
)
Visual C++
public:
void SetContent(
	List<String^>^ thumbnailLinks
)

Parameters

thumbnailLinks
Type: System.Collections.Generic..::..List<(Of <(<'String>)>)>
List of links for thumbnails.

See Also