Gets or sets the report items contained in this item. This is a dependency property.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public ReportItemCollection Items { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Items As ReportItemCollection |
An instance of the ReportItemCollection class containing the children of this item.
See Also