Access Keys:
Skip to content (Access Key - 0)


ExcelTemplate.BindRowData

Overload Description
BindRowData(Object(), String(), String, DataBindingProperties) Sets an array of objects as a data source for a single row in a template.
BindRowData(System.Collections.IDictionary, String, DataBindingProperties) Sets a row's data source to an IDictionary. An IDictionary represents a collection of key-and-value pairs.
BindRowData(System.Collections.IEnumerable, String(), String, DataBindingProperties) Sets a row's data source to an IEnumerable collection. The IEnumerable interface supports a simple iteration over a collection.
BindRowData(System.Data.DataSet, String, DataBindingProperties) Sets a DataSet as a data source to bind to a row in the template.
BindRowData(System.Data.DataTable, String, DataBindingProperties) Sets a DataTable as a data source to bind to a row in the template.
BindRowData(System.Data.DataView, String, DataBindingProperties) Sets a DataView as a data source to bind to a row in the template.

SharePoint Integration Extension Methods

Overload Description
BindRowData(Microsoft.SharePoint.SPView, Microsoft.SharePoint.SPList, String, DataBindingProperties) Sets a SharePoint View as a data source for a single row in a template.
BindRowData(Microsoft.SharePoint.SPList, String, DataBindingProperties) Sets a SharePoint List as a data source for a single row in a template.
Adaptavist Theme Builder Powered by Atlassian Confluence