ActiveReports Developer 7
Report Property
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design.ReportExplorer Namespace > ReportExplorer Class : Report Property

Glossary Item Box

Binds the ReportExplorer control to the specified report.

Syntax

Visual Basic (Declaration) 
Public Property Report As SectionReport
C# 
public SectionReport Report {get; set;}

Property Value

An ActiveReport object.

See Also