ActiveReports Developer 7
Site Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Page Class : Site Property

Glossary Item Box

Gets information about the container that hosts the current control when rendered on a design surface.

Syntax

Visual Basic (Declaration) 
Public Shadows Property Site As System.ComponentModel.ISite
C# 
public new System.ComponentModel.ISite Site {get; set;}

See Also