Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the next data row when generating the report.
Namespace: Microsoft.Office.RecordsManagement.Reporting
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Private Function GetNextDataRow As String()
Implements IReportDataSource.GetNextDataRow
'Usage
Dim instance As FilePlanReport
Dim returnValue As String()
returnValue = CType(instance, IReportDataSource).GetNextDataRow()
string[] IReportDataSource.GetNextDataRow()
Return Value
Type: []
An array representing columns for the row of data.
Implements
IReportDataSource.GetNextDataRow()