Search
ReportQueryTextEventArgs.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

A reference of the corresponding property value of the item related to the cell being processed.

 See Also