MindFusion WinForms Programmer's Guide
Label.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 specifying the data field this label is bound to. The default is an empty string indicating that the label is not data-bound.

 See Also

Label Members
Label Class
MindFusion.Reporting Namespace