'宣言 Public ReportItems As System.Collections.Generic.Dictionary(Of Long,ReportItem)
'使用法 Dim instance As Tablix Dim value As System.Collections.Generic.Dictionary(Of Long,ReportItem) value = instance.ReportItems instance.ReportItems = value
public System.Collections.Generic.Dictionary<long,ReportItem> ReportItems