MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportPartPropertiesCollection Class
Members

ReportPartPropertiesCollection Class
Represents a strongly typed collection of ReportPartProperty objects.
Object Model
ReportPartPropertiesCollection Class
Syntax
'Declaration
 
Public NotInheritable Class ReportPartPropertiesCollection 
   Inherits System.Collections.ObjectModel.Collection(Of ReportPartProperty)
 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      GrapeCity.ActiveReports.PageReportModel.ReportPartPropertiesCollection

See Also