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
C# Copy Code |
---|
public class ItemContainer : ReportItem |
Visual Basic Copy Code |
---|
Public Class ItemContainer |
The items in an item container can be accessed through its Items property.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
MindFusion.Reporting.ReportItem
MindFusion.Reporting.ItemContainer
MindFusion.Reporting.DataRangeSection
MindFusion.Reporting.PageSection