Search
ReportColumnCollection Class
See Also
 





Represents a strongly-typed collection of ReportColumn objects.

Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Reporting

 Syntax

C#  Copy Code

public sealed class ReportColumnCollection : CollectionBase

Visual Basic  Copy Code

Public NotInheritable Class ReportColumnCollection
    Inherits CollectionBase

 Inheritance Hierarchy

System.Object
    System.Collections.CollectionBase
        MindFusion.Scheduling.Reporting.ReportColumnCollection

 See Also