MindFusion.Reporting for Silverlight Programmer's Guide
ItemWithChildren.Items Property
See Also
 





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

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 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

ItemWithChildren Members
ItemWithChildren Class
MindFusion.Reporting.Silverlight Namespace