Overload |
Description |
---|---|
Sets the specified repeat block's data source to an ADO.NET DataSet. A repeat block is a fragment in the template document that will be repeated for each row in a data source. In the template document, repeat blocks are defined by Word bookmarks that contain merge fields. | |
Sets the specified repeat block's data source to an ADO.NET DataSet. | |
Sets the specified repeat block's data source to an ADO.NET DataTable. | |
Sets the specified repeat block's data source to an ADO.NET DataTable. | |
Sets the specified repeat block's data source to an IDataReader interface, which may be either a SqlDataReader, OleDbDataReader or an AdomdDataReader. | |
Sets the specified repeat block's data source to an IDataReader interface, which may be either a SqlDataReader, OleDbDataReader, or an AdomdDataReader. | |
Sets the specified repeat block's data source to a 1-dimensional array of objects. | |
Sets the specified repeat block's data source to a multidimensional (rectangular) array of objects. | |
Sets the specified repeat block's data source to a multidimensional (rectangular) array of objects. | |
Sets the specified repeat block's data source to a jagged array (array-of-arrays) of objects. | |
SetRepeatBlock(Object()(), String(), String, Int32, Boolean) |
Sets the specified repeat block's data source to a jagged array (array-of-arrays) of objects. |
Sets the specified repeat block's data source to an IEnumerator collection. | |
SetRepeatBlock(System.Collections.IEnumerator, String, String) |
Sets the specified repeat block's data source to an IEnumerator collection. |
Sets the specified repeat block's data source to an ICollection. | |
SetRepeatBlock(System.Collections.ICollection, String, String) |
Sets the specified repeat block's data source to an ICollection. |
SharePoint Integration Extension Methods
Introduced in build 4.5
Overload |
Description |
---|---|
Sets the specified repeat block's data source to a SharePoint List. | |
Sets the specified repeat block's data source to a SharePoint List. | |
SetRepeatBlock(Microsoft.SharePoint.SPView, Microsoft.SharePoint.SPList, String, Int32) |
Sets the specified repeat block's data source to a SharePoint View. |
SetRepeatBlock(Microsoft.SharePoint.SPView, Microsoft.SharePoint.SPList, String) |
Sets the specified repeat block's data source to a SharePoint View. |