MindFusion WinForms Programmer's Guide
DrawCanvasEventArgs.DataValue Property
See Also
 





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

 Syntax

C#  Copy Code

public Object DataValue { get; }

Visual Basic  Copy Code

Public ReadOnly Property DataValue As Object

 Property Value

A System.Object representing the value obtained through data-binding.

 See Also

DrawCanvasEventArgs Members
DrawCanvasEventArgs Class
MindFusion.Reporting Namespace