ActiveReports Developer 7
ReportItems Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Configuration Namespace > IConfigurationManager Interface : ReportItems Property

Glossary Item Box

Provides the mapping between CustomReportItem type names and their corresponding System.Type.

Syntax

Visual Basic (Declaration) 
ReadOnly Property ReportItems As ReportItemsConfigurationDictionary
C# 
ReportItemsConfigurationDictionary ReportItems {get;}

See Also