Gets IReportCache instance

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#
protected IReportCache ReportCache { get; private set; }
Visual Basic (Declaration)
Protected Property ReportCache As IReportCache
Visual C++
protected:
property IReportCache^ ReportCache {
	IReportCache^ get ();
	void set (IReportCache^ value);
}

See Also