MindFusion WinForms Programmer's Guide
ItemContainer Class
Remarks See Also
 





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

 Syntax

C#  Copy Code

public class ItemContainer : ReportItem

Visual Basic  Copy Code

Public Class ItemContainer
    Inherits ReportItem

 Remarks

The items in an item container can be accessed through its Items property.

 Inheritance Hierarchy

System.Object
    System.MarshalByRefObject
        System.ComponentModel.Component
            MindFusion.Reporting.ReportItem
                MindFusion.Reporting.ItemContainer
                    MindFusion.Reporting.DataRangeSection
                    MindFusion.Reporting.PageSection

 See Also

ItemContainer Members
MindFusion.Reporting Namespace