Search
ReportQueryStyleEventArgs.Value Property
See Also
 





Gets the object that would be displayed.

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

 Syntax

C#  Copy Code

public Object Value { get; }

Visual Basic  Copy Code

Public ReadOnly Property Value As Object

 Property Value

The value of the item's property associated with the column the processed cell belongs to. This could be null (Nothing in Visual Basic) if the value of the corresponding item property is null.

 See Also