Gets or sets the data source for this thermal label. Default value is Null

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 5.0.3500.0 (5.0.3500.4)

Syntax

C#
public Object DataSource { get; set; }
Visual Basic
Public Property DataSource As Object
	Get
	Set
Visual C++
public:
property Object^ DataSource {
	Object^ get ();
	void set (Object^ value);
}

Remarks

The data source type supported are System.Data.DataSet, System.Data.DataTable, System.Data.DataView, System.Data.IDataReader, System.Collections.IEnumerable and path files for XML and CSV formats.

See Also