Introducedin | ||||
---|---|---|---|---|
|
Description |
---|
Excerpt |
---|
Sets a SharePoint View as a data source for a single row in a template. |
Signature | ||||
---|---|---|---|---|
| ||||
public static void BindRowData(this ExcelTemplate template, Microsoft.SharePoint.SPView view, Microsoft.SharePoint.SPList list, String dataSourceName, DataBindingProperties properties) |
Signature | ||||
---|---|---|---|---|
| ||||
Public Shared Sub BindRowData(ByVal template as ExcelTemplate, ByVal view As Microsoft.SharePoint.SPView, ByVal list As Microsoft.SharePoint.SPList, ByVal dataSourceName As String, ByVal properties As DataBindingProperties) |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
The current ExcelTemplate object which is calling BindRowData |
Param | ||||
---|---|---|---|---|
| ||||
SharePoint View to use as a data source for the template |
Param | ||||
---|---|---|---|---|
| ||||
SharePoint List associated with the SharePoint View |
Param | ||||
---|---|---|---|---|
| ||||
Name of the data source in the template |
Param | ||||
---|---|---|---|---|
| ||||
The DataBindingProperties object which contains information about how the data should be bound to the template. |
Exceptions |
---|
Exception | ||||
---|---|---|---|---|
| ||||
|
Exception | ||||
---|---|---|---|---|
| ||||
Remarks | ||
---|---|---|
|