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.

See also

Reference

IReportDataSource interface

IReportDataSource members

Microsoft.Office.RecordsManagement.Reporting namespace