Represents a report item, which provides header and footer.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract class ItemWithSections : ItemWithChildren |
Visual Basic
Copy Code
|
|---|
Public MustInherit Class ItemWithSections |
RemarksThis class is not meant to be directly used by the users.
Inheritance HierarchySystem.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