Search
Report.Columns Property
See Also
 





Gets an IEnumerable for all columns in the report.

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

 Syntax

C#  Copy Code

public IEnumerable<ReportColumn> Columns { get; }

Visual Basic  Copy Code

Public ReadOnly Property Columns As IEnumerable(Of ReportColumn)

 Property Value

An IEnumerable object which can be used to iterate over the columns in the report.

 See Also