Sets size of pages cache.

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

Parameters

pageCountInCache
Type: System..::..Int32
A number of pages which will be stored in cache.

See Also