Gets or sets the text representation of the object.
Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Reporting
C# Copy Code |
---|
public string Representation { get; set; } |
Visual Basic Copy Code |
---|
Public Property Representation As String |
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).