Represents a report item, which can hold other report items.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract class ItemWithChildren : ReportItem |
Visual Basic
Copy Code
|
|---|
Public MustInherit Class ItemWithChildren |
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.ItemContainer
MindFusion.Reporting.Wpf.ItemWithSections
See Also