Search
ItemContainer.Items Property
See Also
 





Gets or sets the report items contained in this container.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public IList<ReportItem> Items { get; set; }

Visual Basic  Copy Code

Public Property Items As IList(Of ReportItem)

 Property Value

An instance of an IList(ReportItem) class containing all items in the container.

 See Also