Gets or sets the name of the data field to bind to.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public string DataField { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DataField As String |
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