Sets the number of thumbnails, which will be loaded before and after the visible thumbnails.

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 SetInvisibleThumbnailCacheSize(
	int invisibleCacheSize
)
Visual Basic
Public Sub SetInvisibleThumbnailCacheSize ( _
	invisibleCacheSize As Integer _
)
Visual C++
public:
void SetInvisibleThumbnailCacheSize(
	int invisibleCacheSize
)

Parameters

invisibleCacheSize
Type: System..::..Int32
Number of cached thumbnail.

See Also