[]
Add data source for template.
public void AddDataSource(string name, object dataSource)
Public Sub AddDataSource(name As String, dataSource As Object)
Type | Name | Description |
---|---|---|
string | name | the alias name of the data source. |
object | dataSource | Can be object of DataSet, DataTable, Custom object and variable. |