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

 See Also

Picture Members
Picture Class
MindFusion.Reporting Namespace