Gets or sets the sub items of the current 
ReportItem 
    Namespace: 
   Hummingbird.TestFramework.Automation.Report
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax[DataMemberAttribute]
public ReportItem[] Items { get; set; }<DataMemberAttribute>
Public Property Items As ReportItem()
	Get
	Set
public:
[DataMemberAttribute]
property array<ReportItem^>^ Items {
	array<ReportItem^>^ get ();
	void set (array<ReportItem^>^ value);
}[<DataMemberAttribute>]
member Items : ReportItem[] with get, set
Property Value
Type: 
ReportItem
            The list of sub items.
            
See Also