MindFusion WinForms Programmer's Guide
Canvas.DataField Property
See Also
 





Gets or sets the name of the data field to bind to.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public string DataField { get; set; }

Visual Basic  Copy Code

Public Property DataField As String

 Property Value

A string containing the name of the database field to bind the Canvas to.

 Remarks

This property is valid only when the Canvas object is placed in a data-bound DataRange container. Otherwise the value of the property is ignored since the Canvas cannot obtain a data source to bind to.

 See Also

Canvas Members
Canvas Class
MindFusion.Reporting Namespace