| Description |
|---|
| Excerpt |
|---|
Sets the specified repeat block's data source to a jagged array (array-of-arrays) of objects. |
| Signature | ||||
|---|---|---|---|---|
| ||||
public void SetRepeatBlock(System.Object[][] jaggedArray, System.String[] columnNames, System.String bookmark) |
| Signature | ||||
|---|---|---|---|---|
| ||||
Public Sub SetRepeatBlock(ByVal jaggedArray As Object()(), ByVal columnNames As String(), ByVal bookmark As String) |
| Parameters |
|---|
| Param | ||||
|---|---|---|---|---|
| ||||
An jagged array of objects to use as a data source. the first dimension corresponds to row and the second to column (that is, Object[row][column]). WordWriter will insert these values in the repeat block's merge fields. |
| Param | ||||
|---|---|---|---|---|
| ||||
A string array of data source field names. These must be the same as the corresponding merge field names in the template. |
| Param | ||||
|---|---|---|---|---|
| ||||
The bookmark name of the template repeat block. The bookmark passed to
|
| Exceptions |
|---|
| Exception | ||||
|---|---|---|---|---|
| ||||
|
| Exception | ||||
|---|---|---|---|---|
| ||||
| Introducedin | ||||
|---|---|---|---|---|
|
| Exception | ||||
|---|---|---|---|---|
| ||||
|
| Remarks | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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. You can call SetRepeatBlock several times for a single instance of WordTemplate. The repeat block specified by the parameter If you pass an empty data source to
|
| Example | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|