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