Gets the object assigned to the target data-bound canvas. If the canvas is not data-bound, this value is null (Nothing in Visual Basic).
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public Object DataValue { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property DataValue As Object |
A System.Object representing the value obtained through data-binding.
See Also