FilePlanReport.IReportDataSource.GetNextDataRow method

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()

See also

Reference

FilePlanReport class

FilePlanReport members

Microsoft.Office.RecordsManagement.Reporting namespace