Search
ReportQueryTextEventArgs.Representation Property
See Also
 





Gets or sets the text representation of the object.

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 containing the text to be displayed in the processed cell. The default is the string representation of the item's property value obtained by calling ToString or an empty string if the value is null (Nothing in Visual Basic).

 See Also