IReportGenerator.InjectDataRow Method
Injects a row of data into the current report.
Namespace: Microsoft.Office.RecordsManagement.Reporting
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Sub InjectDataRow ( _
rgstrColData As String() _
)
'Usage
Dim instance As IReportGenerator
Dim rgstrColData As String()
instance.InjectDataRow(rgstrColData)
void InjectDataRow(
string[] rgstrColData
)
Parameters
rgstrColData
Type: []The row of data to be injected, in the form of a string array.
Remarks
The InjectDataRow method corresponds to the IReportDataSource.GetNextDataRow() method, which provides the row of data.