Search
ReportQueryHeaderTextEventArgs.Representation Property
See Also
 





Gets or sets the text of the column.

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

 Syntax

C#  Copy Code

public string Representation { get; set; }

Visual Basic  Copy Code

Public Property Representation As String

 Property Value

A string value that specifies the text displayed in the column header.

 Remarks

Usually the column header displays the name of the property associated with the column. You can handle the QueryHeaderText event and assign another value to this property to alter this behavior.

 See Also