Gets or sets the report items contained in this container.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public IList<ReportItem> Items { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Items As IList(Of ReportItem) |
An instance of an IList(ReportItem) class containing all items in the container.
See Also