Gets the IRenderSite associates with the RenderEngine.

Namespace:  PerpetuumSoft.Reporting.Rendering
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public IRenderSite Site { get; }
Visual Basic (Declaration)
Public ReadOnly Property Site As IRenderSite
Visual C++
public:
property IRenderSite^ Site {
	IRenderSite^ get ();
}

See Also