Share via


WorkflowReport.GetNextDataRow Method

This member is reserved for internal use and is not intended to be used directly from your code. AuditReport - GetNextDataRowGets the next row of audit data.

Namespace:  Microsoft.Office.RecordsManagement.Reporting
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Function GetNextDataRow As String()
'Usage
Dim instance As WorkflowReport
Dim returnValue As String()

returnValue = instance.GetNextDataRow()
public string[] GetNextDataRow()

Return Value

Type: []
Returns String.

Implements

IReportDataSource.GetNextDataRow()

See Also

Reference

WorkflowReport Class

WorkflowReport Members

Microsoft.Office.RecordsManagement.Reporting Namespace