Search
ReportColumn.Property Property
See Also
 





Gets or sets the name of the property of the Item class whose value will be displayed in the column.

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

 Syntax

C#  Copy Code

public string Property { get; set; }

Visual Basic  Copy Code

Public Property Property As String

 Property Value

A string containing the name of the property whose value should be displayed in this column.

 See Also