Sets the number of thumbnails, which will be loaded before and after the visible thumbnails.
Namespace: PerpetuumSoft.Reporting.WebViewer.ClientAssembly: 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
) |
See Also