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





Represents a report item, which provides header and footer.

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

 Syntax

C#  Copy Code

public abstract class ItemWithSections : ItemWithChildren

Visual Basic  Copy Code

Public MustInherit Class ItemWithSections
    Inherits ItemWithChildren

 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.ItemWithSections
                                    MindFusion.Reporting.Wpf.DataRange
                                    MindFusion.Reporting.Wpf.Page

 See Also

ItemWithSections Members
MindFusion.Reporting.Wpf Namespace