Gets or sets the IReportCache object which is intended for storing a generated report on server.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Server
Assembly:  PerpetuumSoft.Reporting.Silverlight.Server (in PerpetuumSoft.Reporting.Silverlight.Server.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public IReportCache ReportCache { get; set; }
Visual Basic (Declaration)
Public Property ReportCache As IReportCache
Visual C++
public:
property IReportCache^ ReportCache {
	IReportCache^ get ();
	void set (IReportCache^ value);
}

See Also