An observable collection of ReportItem objects.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public class ReportItemCollection : ObservableCollection<ReportItem> |
Visual Basic
Copy Code
|
|---|
Public Class ReportItemCollection |
Inheritance HierarchySystem.Object![]()
System.Collections.ObjectModel.Collection(ReportItem)![]()
System.Collections.ObjectModel.ObservableCollection(ReportItem)![]()
MindFusion.Reporting.Wpf.ReportItemCollection
See Also