Represents a collection of ReportItem objects.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
public class ReportItems : OwnedCollection, 
	IReportElementOwner, IReportItemOwner
Visual Basic
<DefaultMemberAttribute("Item")> _
Public Class ReportItems _
	Inherits OwnedCollection _
	Implements IReportElementOwner, IReportItemOwner

Inheritance Hierarchy

See Also