Search
ItemWithChildren.Items Property
See Also
 





Gets or sets the report items contained in this item. This is a dependency property.

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

 Syntax

C#  Copy Code

public ReportItemCollection Items { get; set; }

Visual Basic  Copy Code

Public Property Items As ReportItemCollection

 Property Value

An instance of the ReportItemCollection class containing the children of this item.

 See Also