Gets or sets the data source for this thermal label. Default value is Null
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
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); } |
Property Value
Type: ObjectRemarks
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.