IReportDataSource.GetNextDataRow Method
Gets the next row of data.
Namespace: Microsoft.Office.RecordsManagement.Reporting
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Function GetNextDataRow As String()
'Usage
Dim instance As IReportDataSource
Dim returnValue As String()
returnValue = instance.GetNextDataRow()
string[] GetNextDataRow()
Return Value
Type: []
Returns String.
Remarks
The GetNextDataRow method corresponds to the [M:Microsoft.Office.RecordsManagement.Reporting.IReportGenerator.InjectDataRow()] method, which injects the row of data into report.