Search
ReportItem Class
See Also
 





Represents an abstract base class for all report elements.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public abstract class ReportItem : Component

Visual Basic  Copy Code

Public MustInherit Class ReportItem
    Inherits Component

 Inheritance Hierarchy

System.Object
    System.MarshalByRefObject
        System.ComponentModel.Component
            MindFusion.Reporting.ReportItem
                MindFusion.Reporting.Barcode
                MindFusion.Reporting.Canvas
                MindFusion.Reporting.Chart
                MindFusion.Reporting.ControlWrapper
                MindFusion.Reporting.DataRange
                MindFusion.Reporting.Ellipse
                MindFusion.Reporting.ItemContainer
                MindFusion.Reporting.Label
                MindFusion.Reporting.Line
                MindFusion.Reporting.PageBreak
                MindFusion.Reporting.Picture

 See Also