Adds document page to cache.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Server
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
void AddPageToCache(
	string key,
	PageInfo value,
	params Object[] parameters
)
Visual Basic (Declaration)
Sub AddPageToCache ( _
	key As String, _
	value As PageInfo, _
	ParamArray parameters As Object() _
)
Visual C++
void AddPageToCache(
	String^ key, 
	PageInfo^ value, 
	... array<Object^>^ parameters
)

Parameters

key
Type: System..::.String
Page identifier.
value
Type: PerpetuumSoft.ReportingServices.Viewer.Server..::.PageInfo
The Page object.
parameters
Type: array< System..::.Object >[]()[]
List of parameters of specified document for given page.

See Also