Represents a base class for report items that can serve as containers for other report items, such as DataRange.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public class ItemContainer : ReportItem |
Visual Basic
Copy Code
|
|---|
Public Class ItemContainer |
RemarksThe items in an item container can be accessed through its Items property.
Inheritance HierarchySystem.Object![]()
System.MarshalByRefObject![]()
System.ComponentModel.Component![]()
MindFusion.Reporting.ReportItem
MindFusion.Reporting.ItemContainer
MindFusion.Reporting.DataRangeSection
MindFusion.Reporting.PageSection
See Also