Adds a document to cache.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ServerAssembly: PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
void AddDocumentToCache( string key, Object value, params Object[] parameters ) |
Visual Basic (Declaration) |
---|
Sub AddDocumentToCache ( _ key As String, _ value As Object, _ ParamArray parameters As Object() _ ) |
Visual C++ |
---|
void AddDocumentToCache( String^ key, Object^ value, ... array<Object^>^ parameters ) |
Parameters
- key
- Type: System..::.String
Document identifier.
- value
- Type: System..::.Object
The Document object.
- parameters
- Type: array<
System..::.Object
>[]()[]
List of parameters of the specified document.