MindFusion.Wpf Pack Programmer's Guide
ItemWithChildren Class
Remarks See Also
 





Represents a report item, which can hold other report items.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public abstract class ItemWithChildren : ReportItem

Visual Basic  Copy Code

Public MustInherit Class ItemWithChildren
    Inherits ReportItem

 Remarks

This class is not meant to be directly used by the users.

 Inheritance Hierarchy

System.Object
    System.Windows.Threading.DispatcherObject
        System.Windows.DependencyObject
            System.Windows.Media.Visual
                System.Windows.UIElement
                    System.Windows.FrameworkElement
                        MindFusion.Reporting.Wpf.ReportItem
                            MindFusion.Reporting.Wpf.ItemWithChildren
                                MindFusion.Reporting.Wpf.ItemContainer
                                MindFusion.Reporting.Wpf.ItemWithSections

 See Also

ItemWithChildren Members
MindFusion.Reporting.Wpf Namespace