| Overload |
Description |
| SetRepeatBlock(System.Data.DataSet, String) |
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. |
| SetRepeatBlock(System.Data.DataSet, String, Int32) |
Sets the specified repeat block's data source to an ADO.NET DataSet. |
| SetRepeatBlock(System.Data.DataTable, String) |
Sets the specified repeat block's data source to an ADO.NET DataTable. |
| SetRepeatBlock(System.Data.DataTable, String, Int32) |
Sets the specified repeat block's data source to an ADO.NET DataTable. |
| SetRepeatBlock(System.Data.IDataReader, String) |
Sets the specified repeat block's data source to an IDataReader interface, which may be either a SqlDataReader, OleDbDataReader or an AdomdDataReader. |
| SetRepeatBlock(System.Data.IDataReader, String, Int32) |
Sets the specified repeat block's data source to an IDataReader interface, which may be either a SqlDataReader, OleDbDataReader, or an AdomdDataReader. |
| SetRepeatBlock(Object(), String(), String) |
Sets the specified repeat block's data source to a 1-dimensional array of objects. |
| SetRepeatBlock(Object(,), String(), String) |
Sets the specified repeat block's data source to a multidimensional (rectangular) array of objects. |
| SetRepeatBlock(Object(,), String(), String, Int32, Boolean) |
Sets the specified repeat block's data source to a multidimensional (rectangular) array of objects. |
| SetRepeatBlock(Object()(), String(), String) |
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. |
| SetRepeatBlock(System.Collections.IEnumerator, String) |
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. |
| SetRepeatBlock(System.Collections.ICollection, String) |
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. |